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

Function subcmd_two

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

Source from the content-addressed store, hash-verified

329}
330
331static int subcmd_two(int argc, const char **argv, const char *prefix UNUSED,
332 struct repository *repo UNUSED)
333{
334 printf("fn: subcmd_two\n");
335 print_args(argc, argv);
336 return 0;
337}
338
339static int parse_subcommand__cmd(int argc, const char **argv,
340 enum parse_opt_flags test_flags)

Callers

nothing calls this directly

Calls 1

print_argsFunction · 0.85

Tested by

no test coverage detected