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

Function completion_callback

wrapper.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static int completion_callback(git_remote_completion_type completion_type, void *data)
250{
251 char *error_message = NULL;
252 const int ret = completionCallback(&error_message, completion_type, data);
253 return set_callback_error(error_message, ret);
254}
255
256static int credentials_callback(
257 git_credential **cred,

Callers

nothing calls this directly

Calls 2

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