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

Function _go_git_populate_apply_callbacks

wrapper.c:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void _go_git_populate_apply_callbacks(git_apply_options *options)
114{
115 options->delta_cb = (git_apply_delta_cb)&deltaApplyCallback;
116 options->hunk_cb = (git_apply_hunk_cb)&hunkApplyCallback;
117}
118
119static int commit_create_callback(
120 git_oid *out,

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…