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

Function transfer_progress_callback

wrapper.c:275–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275static int transfer_progress_callback(const git_transfer_progress *stats, void *data)
276{
277 char *error_message = NULL;
278 const int ret = transferProgressCallback(
279 &error_message,
280 (git_transfer_progress *)stats,
281 data
282 );
283 return set_callback_error(error_message, ret);
284}
285
286static int update_tips_callback(const char *refname, const git_oid *a, const git_oid *b, void *data)
287{

Callers

nothing calls this directly

Calls 2

transferProgressCallbackFunction · 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…