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