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

Function _go_git_setup_diff_notify_callbacks

wrapper.c:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void _go_git_setup_diff_notify_callbacks(git_diff_options *opts)
238{
239 opts->notify_cb = (git_diff_notify_cb)&diffNotifyCallback;
240}
241
242static int sideband_progress_callback(const char *str, int len, void *payload)
243{

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…