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

Function crc32_end

csum-file.c:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233uint32_t crc32_end(struct hashfile *f)
234{
235 f->do_crc = 0;
236 return f->crc32;
237}
238
239int hashfile_checksum_valid(const struct git_hash_algo *algop,
240 const unsigned char *data, size_t total_len)

Callers 5

append_obj_to_packFunction · 0.85
store_objectFunction · 0.85
stream_blobFunction · 0.85
write_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected