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

Function bundle_header_release

bundle.c:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void bundle_header_release(struct bundle_header *header)
41{
42 string_list_clear(&header->prerequisites, 1);
43 string_list_clear(&header->references, 1);
44 list_objects_filter_release(&header->filter);
45}
46
47static int parse_capability(struct bundle_header *header, const char *capability)
48{

Callers 7

close_bundleFunction · 0.85
is_bundleFunction · 0.85
unbundle_from_fileFunction · 0.85
cmd_cloneFunction · 0.85
cmd_bundle_verifyFunction · 0.85
cmd_bundle_list_headsFunction · 0.85
cmd_bundle_unbundleFunction · 0.85

Calls 2

string_list_clearFunction · 0.85

Tested by

no test coverage detected