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

Function cache_tree_invalidate_path

cache-tree.c:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void cache_tree_invalidate_path(struct index_state *istate, const char *path)
160{
161 if (do_invalidate_path(istate->cache_tree, path))
162 istate->cache_changed |= CACHE_TREE_CHANGED;
163}
164
165static int verify_cache(struct index_state *istate, int flags)
166{

Callers 10

invalidate_ce_pathFunction · 0.85
fake_working_tree_commitFunction · 0.85
rename_index_entry_atFunction · 0.85
remove_file_from_indexFunction · 0.85
chmod_index_entryFunction · 0.85
cmd__cache_treeFunction · 0.85
mark_ce_flagsFunction · 0.85

Calls 1

do_invalidate_pathFunction · 0.85

Tested by 1

cmd__cache_treeFunction · 0.68