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

Function upload_archive

daemon.c:479–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479static int upload_archive(const struct strvec *env)
480{
481 struct child_process cld = CHILD_PROCESS_INIT;
482 strvec_push(&cld.args, "upload-archive");
483
484 strvec_pushv(&cld.env, env->v);
485
486 return run_service_command(&cld);
487}
488
489static int receive_pack(const struct strvec *env)
490{

Callers

nothing calls this directly

Calls 3

strvec_pushFunction · 0.85
strvec_pushvFunction · 0.85
run_service_commandFunction · 0.85

Tested by

no test coverage detected