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

Function bitmap_writer_set_checksum

pack-bitmap-write.c:1359–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359void bitmap_writer_set_checksum(struct bitmap_writer *writer,
1360 const unsigned char *sha1)
1361{
1362 hashcpy(writer->pack_checksum, sha1, writer->repo->hash_algo);
1363}
1364
1365void bitmap_writer_finish(struct bitmap_writer *writer,
1366 struct pack_idx_entry **index,

Callers 3

write_midx_bitmapFunction · 0.85
bitmap_writeFunction · 0.85
write_pack_fileFunction · 0.85

Calls 1

hashcpyFunction · 0.85

Tested by 1

bitmap_writeFunction · 0.68