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

Function repo_verify_index

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

Source from the content-addressed store, hash-verified

2728}
2729
2730static int repo_verify_index(struct repository *repo)
2731{
2732 return verify_index_from(repo->index, repo->index_file);
2733}
2734
2735int has_racy_timestamp(struct index_state *istate)
2736{

Callers 1

Calls 1

verify_index_fromFunction · 0.85

Tested by

no test coverage detected