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

Function refspec_item_init_push

refspec.c:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169int refspec_item_init_push(struct refspec_item *item, const char *refspec)
170{
171 return refspec_item_init(item, refspec, 0);
172}
173
174void refspec_item_clear(struct refspec_item *item)
175{

Callers 2

refspec_appendFunction · 0.85
get_ref_mapFunction · 0.85

Calls 1

refspec_item_initFunction · 0.85

Tested by

no test coverage detected