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

Function verify_uptodate_sparse

unpack-trees.c:2279–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2277}
2278
2279static int verify_uptodate_sparse(const struct cache_entry *ce,
2280 struct unpack_trees_options *o)
2281{
2282 return verify_uptodate_1(ce, o, WARNING_SPARSE_NOT_UPTODATE_FILE);
2283}
2284
2285/*
2286 * TODO: We should actually invalidate o->internal.result, not src_index [1].

Callers 1

apply_sparse_checkoutFunction · 0.85

Calls 1

verify_uptodate_1Function · 0.85

Tested by

no test coverage detected