Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2730
static int repo_verify_index(struct repository *repo)
2731
{
2732
return verify_index_from(repo->index, repo->index_file);
2733
}
2734
2735
int has_racy_timestamp(struct index_state *istate)
2736
{
Callers
1
repo_update_index_if_able
Function · 0.85
Calls
1
verify_index_from
Function · 0.85
Tested by
no test coverage detected