| 2277 | } |
| 2278 | |
| 2279 | static 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]. |
no test coverage detected