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

Function cmd__submodule_check_url

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

Source from the content-addressed store, hash-verified

77}
78
79static int cmd__submodule_check_url(int argc, const char **argv)
80{
81 struct option options[] = {
82 OPT_END()
83 };
84 argc = parse_options(argc, argv, "test-tools", options,
85 submodule_check_url_usage, 0);
86 if (argc)
87 usage_with_options(submodule_check_url_usage, options);
88
89 return check_submodule(check_submodule_url);
90}
91
92static int cmd__submodule_is_active(int argc, const char **argv)
93{

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