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

Function verify_absent_sparse

unpack-trees.c:2552–2557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2550}
2551
2552static int verify_absent_sparse(const struct cache_entry *ce,
2553 enum unpack_trees_error_types error_type,
2554 struct unpack_trees_options *o)
2555{
2556 return verify_absent_1(ce, error_type, COMPLETELY_ABSENT, o);
2557}
2558
2559static int merged_entry(const struct cache_entry *ce,
2560 const struct cache_entry *old,

Callers 1

apply_sparse_checkoutFunction · 0.85

Calls 1

verify_absent_1Function · 0.85

Tested by

no test coverage detected