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

Function clear_remote_bundle_info

bundle-uri.c:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static int clear_remote_bundle_info(struct remote_bundle_info *bundle,
52 void *data UNUSED)
53{
54 FREE_AND_NULL(bundle->id);
55 FREE_AND_NULL(bundle->uri);
56 FREE_AND_NULL(bundle->file);
57 bundle->unbundled = 0;
58 return 0;
59}
60
61void clear_bundle_list(struct bundle_list *list)
62{

Callers 1

fetch_bundle_uriFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected