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

Function push_url_of_remote

remote.c:952–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950}
951
952struct strvec *push_url_of_remote(struct remote *remote)
953{
954 return remote->pushurl.nr ? &remote->pushurl : &remote->url;
955}
956
957void ref_push_report_free(struct ref_push_report *report)
958{

Callers 4

do_pushFunction · 0.85
get_one_entryFunction · 0.85
showFunction · 0.85
get_urlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected