Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
void crc32_begin(struct hashfile *f)
228
{
229
f->crc32 = crc32(0, NULL, 0);
230
f->do_crc = 1;
231
}
232
233
uint32_t crc32_end(struct hashfile *f)
234
{
Callers
5
odb_transaction_files_write_object_stream
Function · 0.85
append_obj_to_pack
Function · 0.85
store_object
Function · 0.85
stream_blob
Function · 0.85
write_object
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected