Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void free_chunkfile(struct chunkfile *cf)
40
{
41
if (!cf)
42
return;
43
free(cf->chunks);
44
free(cf);
45
}
46
47
int get_num_chunks(struct chunkfile *cf)
48
{
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
no outgoing calls
Tested by
no test coverage detected