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

Function cmd__submodule_check_name

t/helper/test-submodule.c:66–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static int cmd__submodule_check_name(int argc, const char **argv)
67{
68 struct option options[] = {
69 OPT_END()
70 };
71 argc = parse_options(argc, argv, "test-tools", options,
72 submodule_check_name_usage, 0);
73 if (argc)
74 usage_with_options(submodule_check_name_usage, options);
75
76 return check_submodule(check_submodule_name);
77}
78
79static int cmd__submodule_check_url(int argc, const char **argv)
80{

Callers

nothing calls this directly

Calls 3

parse_optionsFunction · 0.85
usage_with_optionsFunction · 0.85
check_submoduleFunction · 0.85

Tested by

no test coverage detected