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

Function cache_tree_sub

cache-tree.c:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107struct cache_tree_sub *cache_tree_sub(struct cache_tree *it, const char *path)
108{
109 int pathlen = strlen(path);
110 return find_subtree(it, path, pathlen, 1);
111}
112
113static int do_invalidate_path(struct cache_tree *it, const char *path)
114{

Callers 2

read_oneFunction · 0.70
prime_cache_tree_recFunction · 0.70

Calls 1

find_subtreeFunction · 0.85

Tested by

no test coverage detected