| 426 | } |
| 427 | |
| 428 | void _go_git_populate_stash_apply_callbacks(git_stash_apply_options *opts) |
| 429 | { |
| 430 | opts->progress_cb = (git_stash_apply_progress_cb)&stashApplyProgressCallback; |
| 431 | } |
| 432 | |
| 433 | int _go_git_stash_foreach(git_repository *repo, void *payload) |
| 434 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…