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

Function _go_git_populate_checkout_callbacks

wrapper.c:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void _go_git_populate_checkout_callbacks(git_checkout_options *opts)
157{
158 opts->notify_cb = (git_checkout_notify_cb)&checkoutNotifyCallback;
159 opts->progress_cb = (git_checkout_progress_cb)&checkoutProgressCallback;
160}
161
162int _go_git_visit_submodule(git_repository *repo, void *fct)
163{

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…