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

Function quote_echo

t/helper/test-run-command.c:390–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390static int quote_echo(int argc, const char **argv)
391{
392 while (argc > 1) {
393 fwrite(argv[1], strlen(argv[1]), 1, stdout);
394 fputc('\0', stdout);
395 argv++;
396 argc--;
397 }
398
399 return 0;
400}
401
402static int inherit_handle(const char *argv0)
403{

Callers 1

cmd__run_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected