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

Function must_check_existence

cache-tree.c:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252static int must_check_existence(const struct cache_entry *ce)
253{
254 return !(repo_has_promisor_remote(the_repository) && ce_skip_worktree(ce));
255}
256
257static int update_one(struct cache_tree *it,
258 struct cache_entry **cache,

Callers 1

update_oneFunction · 0.85

Calls 1

repo_has_promisor_remoteFunction · 0.85

Tested by

no test coverage detected