Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
struct chunkfile *init_chunkfile(struct hashfile *f)
33
{
34
struct chunkfile *cf = xcalloc(1, sizeof(*cf));
35
cf->f = f;
36
return cf;
37
}
38
39
void free_chunkfile(struct chunkfile *cf)
40
{
Callers
4
parse_commit_graph
Function · 0.85
write_commit_graph_file
Function · 0.85
load_multi_pack_index_one
Function · 0.85
write_midx_internal
Function · 0.85
Calls
1
xcalloc
Function · 0.85
Tested by
no test coverage detected