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

Function valid_remote

remote.c:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44static int valid_remote(const struct remote *remote)
45{
46 return !!remote->url.nr;
47}
48
49static char *alias_url(const char *url, struct rewrites *r)
50{

Callers 1

remotes_remote_get_1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected