MCPcopy Index your code
hub / github.com/git/git / init_chunkfile

Function init_chunkfile

chunk-format.c:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32struct chunkfile *init_chunkfile(struct hashfile *f)
33{
34 struct chunkfile *cf = xcalloc(1, sizeof(*cf));
35 cf->f = f;
36 return cf;
37}
38
39void free_chunkfile(struct chunkfile *cf)
40{

Callers 4

parse_commit_graphFunction · 0.85
write_commit_graph_fileFunction · 0.85
write_midx_internalFunction · 0.85

Calls 1

xcallocFunction · 0.85

Tested by

no test coverage detected