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

Function midx_checksum_valid

midx.c:754–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754int midx_checksum_valid(struct multi_pack_index *m)
755{
756 return hashfile_checksum_valid(m->source->odb->repo->hash_algo,
757 m->data, m->data_len);
758}
759
760struct clear_midx_data {
761 struct strset keep;

Callers 3

verify_midx_fileFunction · 0.85
midx_needs_updateFunction · 0.85
write_midx_internalFunction · 0.85

Calls 1

hashfile_checksum_validFunction · 0.85

Tested by

no test coverage detected