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

Function _go_git_populate_clone_callbacks

wrapper.c:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void _go_git_populate_clone_callbacks(git_clone_options *opts)
152{
153 opts->remote_cb = (git_remote_create_cb)&remoteCreateCallback;
154}
155
156void _go_git_populate_checkout_callbacks(git_checkout_options *opts)
157{

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…