MCPcopy Create free account
hub / github.com/libgit2/git2go / _go_git_populate_stash_apply_callbacks

Function _go_git_populate_stash_apply_callbacks

wrapper.c:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void _go_git_populate_stash_apply_callbacks(git_stash_apply_options *opts)
429{
430 opts->progress_cb = (git_stash_apply_progress_cb)&stashApplyProgressCallback;
431}
432
433int _go_git_stash_foreach(git_repository *repo, void *payload)
434{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…