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

Function sideband_progress_callback

wrapper.c:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242static int sideband_progress_callback(const char *str, int len, void *payload)
243{
244 char *error_message = NULL;
245 const int ret = sidebandProgressCallback(&error_message, (char *)str, len, payload);
246 return set_callback_error(error_message, ret);
247}
248
249static int completion_callback(git_remote_completion_type completion_type, void *data)
250{

Callers

nothing calls this directly

Calls 2

sidebandProgressCallbackFunction · 0.85
set_callback_errorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…