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

Function _go_git_populate_rebase_callbacks

wrapper.c:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void _go_git_populate_rebase_callbacks(git_rebase_options *opts)
147{
148 opts->commit_create_cb = commit_create_callback;
149}
150
151void _go_git_populate_clone_callbacks(git_clone_options *opts)
152{

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…