| 247 | } |
| 248 | |
| 249 | static int completion_callback(git_remote_completion_type completion_type, void *data) |
| 250 | { |
| 251 | char *error_message = NULL; |
| 252 | const int ret = completionCallback(&error_message, completion_type, data); |
| 253 | return set_callback_error(error_message, ret); |
| 254 | } |
| 255 | |
| 256 | static int credentials_callback( |
| 257 | git_credential **cred, |
nothing calls this directly
no test coverage detected
searching dependent graphs…