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

Function subcmd_one

t/helper/test-parse-options.c:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323static int subcmd_one(int argc, const char **argv, const char *prefix UNUSED,
324 struct repository *repo UNUSED)
325{
326 printf("fn: subcmd_one\n");
327 print_args(argc, argv);
328 return 0;
329}
330
331static int subcmd_two(int argc, const char **argv, const char *prefix UNUSED,
332 struct repository *repo UNUSED)

Callers

nothing calls this directly

Calls 1

print_argsFunction · 0.85

Tested by

no test coverage detected