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

Function update_tips_callback

wrapper.c:286–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286static int update_tips_callback(const char *refname, const git_oid *a, const git_oid *b, void *data)
287{
288 char *error_message = NULL;
289 const int ret = updateTipsCallback(
290 &error_message,
291 (char *)refname,
292 (git_oid *)a,
293 (git_oid *)b,
294 data
295 );
296 return set_callback_error(error_message, ret);
297}
298
299static int certificate_check_callback(git_cert *cert, int valid, const char *host, void *data)
300{

Callers

nothing calls this directly

Calls 2

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