MCPcopy Create free account
hub / github.com/git/git / pbase_tree_cache_ix_incr

Function pbase_tree_cache_ix_incr

builtin/pack-objects.c:1927–1930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1925 return oid->hash[0] % ARRAY_SIZE(pbase_tree_cache);
1926}
1927static int pbase_tree_cache_ix_incr(int ix)
1928{
1929 return (ix+1) % ARRAY_SIZE(pbase_tree_cache);
1930}
1931
1932static struct pbase_tree {
1933 struct pbase_tree *next;

Callers 1

pbase_tree_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected