MCPcopy Index your code
hub / github.com/git/git / commit_graph_checksum_valid

Function commit_graph_checksum_valid

commit-graph.c:2758–2762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2756}
2757
2758static int commit_graph_checksum_valid(struct commit_graph *g)
2759{
2760 return hashfile_checksum_valid(g->hash_algo,
2761 g->data, g->data_len);
2762}
2763
2764static int verify_one_commit_graph(struct commit_graph *g,
2765 struct progress *progress,

Callers 1

verify_one_commit_graphFunction · 0.85

Calls 1

hashfile_checksum_validFunction · 0.85

Tested by

no test coverage detected