MCPcopy 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
107void stat_validity_clear(struct stat_validity *sv)
108{
109 FREE_AND_NULL(sv->sd);
110}
111
112int stat_validity_check(struct stat_validity *sv, const char *path)
113{

Callers 5

parsed_object_pool_clearFunction · 0.85
is_repository_shallowFunction · 0.85
reset_repository_shallowFunction · 0.85
stat_validity_updateFunction · 0.85
release_snapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected