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

Function refspec_item_init_fetch

refspec.c:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164int refspec_item_init_fetch(struct refspec_item *item, const char *refspec)
165{
166 return refspec_item_init(item, refspec, 1);
167}
168
169int refspec_item_init_push(struct refspec_item *item, const char *refspec)
170{

Callers 3

refspec_appendFunction · 0.85
valid_fetch_refspecFunction · 0.85
get_tracking_branchFunction · 0.85

Calls 1

refspec_item_initFunction · 0.85

Tested by

no test coverage detected