| 240 | } |
| 241 | |
| 242 | static int sideband_progress_callback(const char *str, int len, void *payload) |
| 243 | { |
| 244 | char *error_message = NULL; |
| 245 | const int ret = sidebandProgressCallback(&error_message, (char *)str, len, payload); |
| 246 | return set_callback_error(error_message, ret); |
| 247 | } |
| 248 | |
| 249 | static int completion_callback(git_remote_completion_type completion_type, void *data) |
| 250 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…