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

Function list_developer_interfaces_help

help.c:463–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void list_developer_interfaces_help(void)
464{
465 struct category_description catdesc[] = {
466 { CAT_developerinterfaces, N_("File formats, protocols and other developer interfaces:") },
467 { 0, NULL }
468 };
469 print_cmd_by_category(catdesc, NULL);
470 putchar('\n');
471}
472
473static void list_all_cmds_help_external_commands(void)
474{

Callers 1

cmd_helpFunction · 0.85

Calls 1

print_cmd_by_categoryFunction · 0.85

Tested by

no test coverage detected