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

Function get_default_remote

builtin/submodule--helper.c:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 void *cb_data);
47
48static char *get_default_remote(void)
49{
50 return xstrdup(repo_default_remote(the_repository));
51}
52
53static char *resolve_relative_url(const char *rel_url, const char *up_path, int quiet)
54{

Callers 1

resolve_relative_urlFunction · 0.85

Calls 2

xstrdupFunction · 0.85
repo_default_remoteFunction · 0.85

Tested by

no test coverage detected