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

Function print_args

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

Source from the content-addressed store, hash-verified

251}
252
253static void print_args(int argc, const char **argv)
254{
255 int i;
256 for (i = 0; i < argc; i++)
257 printf("arg %02d: %s\n", i, argv[i]);
258}
259
260static int parse_options_flags__cmd(int argc, const char **argv,
261 enum parse_opt_flags test_flags)

Callers 3

parse_options_flags__cmdFunction · 0.85
subcmd_oneFunction · 0.85
subcmd_twoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected