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

Function crc32_begin

csum-file.c:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void crc32_begin(struct hashfile *f)
228{
229 f->crc32 = crc32(0, NULL, 0);
230 f->do_crc = 1;
231}
232
233uint32_t crc32_end(struct hashfile *f)
234{

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