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

Function free_chunkfile

chunk-format.c:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void free_chunkfile(struct chunkfile *cf)
40{
41 if (!cf)
42 return;
43 free(cf->chunks);
44 free(cf);
45}
46
47int get_num_chunks(struct chunkfile *cf)
48{

Callers 4

parse_commit_graphFunction · 0.85
write_commit_graph_fileFunction · 0.85
write_midx_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected