| 321 | } |
| 322 | |
| 323 | static 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 | |
| 331 | static int subcmd_two(int argc, const char **argv, const char *prefix UNUSED, |
| 332 | struct repository *repo UNUSED) |
nothing calls this directly
no test coverage detected