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

Function invalidate_lstat_cache

symlinks.c:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void invalidate_lstat_cache(void)
339{
340 reset_lstat_cache(&default_cache);
341}
342
343#undef rmdir
344int lstat_cache_aware_rmdir(const char *path)

Callers 6

check_updatesFunction · 0.85
lstat_cache_aware_rmdirFunction · 0.85
finish_commandFunction · 0.85
finish_asyncFunction · 0.85
start_bg_commandFunction · 0.85
mingw_rmdirFunction · 0.85

Calls 1

reset_lstat_cacheFunction · 0.85

Tested by

no test coverage detected