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

Function list_bundle_refs

bundle.c:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292int list_bundle_refs(struct bundle_header *header, int argc, const char **argv)
293{
294 return list_refs(&header->references, argc, argv);
295}
296
297static int is_tag_in_date_range(struct object *tag, struct rev_info *revs)
298{

Callers 2

cmd_bundle_list_headsFunction · 0.85
cmd_bundle_unbundleFunction · 0.85

Calls 1

list_refsFunction · 0.85

Tested by

no test coverage detected