Git reftable backend
Dependencies
fn collect_reftable_refs(fs : &RepoFileSystem, git_dir : String) -> Array[(String, ObjectId)] raise GitErrorfn decode_ref_record(data : Bytes, pos : Int, prev_key : String, header : ReftableHeader) -> (RefRecord, Int)?fn decode_varint(data : Bytes, pos : Int) -> (UInt64, Int)fn resolve_ref_reftable(fs : &RepoFileSystem, git_dir : String, refname : String) -> ObjectId? raise GitErrorGit reftable backend
Dependencies