Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ stat_validity_clear
Function
stat_validity_clear
statinfo.c:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void stat_validity_clear(struct stat_validity *sv)
108
{
109
FREE_AND_NULL(sv->sd);
110
}
111
112
int stat_validity_check(struct stat_validity *sv, const char *path)
113
{
Callers
5
parsed_object_pool_clear
Function · 0.85
is_repository_shallow
Function · 0.85
reset_repository_shallow
Function · 0.85
stat_validity_update
Function · 0.85
release_snapshot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected