| 149 | } |
| 150 | |
| 151 | void _go_git_populate_clone_callbacks(git_clone_options *opts) |
| 152 | { |
| 153 | opts->remote_cb = (git_remote_create_cb)&remoteCreateCallback; |
| 154 | } |
| 155 | |
| 156 | void _go_git_populate_checkout_callbacks(git_checkout_options *opts) |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…