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

Function refspec_appendn

refspec.c:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void refspec_appendn(struct refspec *rs, const char **refspecs, int nr)
229{
230 int i;
231 for (i = 0; i < nr; i++)
232 refspec_append(rs, refspecs[i]);
233}
234
235void refspec_clear(struct refspec *rs)
236{

Callers 3

cmd_mainFunction · 0.85
cmd_send_packFunction · 0.85
push_checkFunction · 0.85

Calls 1

refspec_appendFunction · 0.85

Tested by

no test coverage detected