| 235 | } |
| 236 | |
| 237 | void _go_git_setup_diff_notify_callbacks(git_diff_options *opts) |
| 238 | { |
| 239 | opts->notify_cb = (git_diff_notify_cb)&diffNotifyCallback; |
| 240 | } |
| 241 | |
| 242 | static int sideband_progress_callback(const char *str, int len, void *payload) |
| 243 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…