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

Function cache_tree

cache-tree.c:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#endif
24
25struct cache_tree *cache_tree(void)
26{
27 struct cache_tree *it = xcalloc(1, sizeof(struct cache_tree));
28 it->entry_count = -1;
29 return it;
30}
31
32void cache_tree_free(struct cache_tree **it_p)
33{

Callers 5

update_oneFunction · 0.70
cache_tree_updateFunction · 0.70
read_oneFunction · 0.70
prime_cache_tree_recFunction · 0.70
prime_cache_treeFunction · 0.70

Calls 1

xcallocFunction · 0.85

Tested by

no test coverage detected