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

Class stat

read-cache.c:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 * to validate the cache.
192 */
193void fill_stat_cache_info(struct index_state *istate, struct cache_entry *ce, struct stat *st)
194{
195 fill_stat_data(&ce->ce_stat_data, st);
196

Callers 2

do_write_indexFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected