Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
void invalidate_lstat_cache(void)
339
{
340
reset_lstat_cache(&default_cache);
341
}
342
343
#undef rmdir
344
int lstat_cache_aware_rmdir(const char *path)
Callers
6
check_updates
Function · 0.85
lstat_cache_aware_rmdir
Function · 0.85
finish_command
Function · 0.85
finish_async
Function · 0.85
start_bg_command
Function · 0.85
mingw_rmdir
Function · 0.85
Calls
1
reset_lstat_cache
Function · 0.85
Tested by
no test coverage detected