MCPcopy Index your code
hub / github.com/git/git / bsearch_graph

Function bsearch_graph

commit-graph.c:834–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834static int bsearch_graph(struct commit_graph *g, const struct object_id *oid, uint32_t *pos)
835{
836 return bsearch_hash(oid->hash, g->chunk_oid_fanout,
837 g->chunk_oid_lookup, g->hash_algo->rawsz, pos);
838}
839
840static void load_oid_from_graph(struct commit_graph *g,
841 uint32_t pos,

Callers 1

Calls 1

bsearch_hashFunction · 0.85

Tested by

no test coverage detected