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