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

Function push_update_reference_callback

wrapper.c:342–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342static int push_update_reference_callback(const char *refname, const char *status, void *data)
343{
344 char *error_message = NULL;
345 const int ret = pushUpdateReferenceCallback(
346 &error_message,
347 (char *)refname,
348 (char *)status,
349 data
350 );
351 return set_callback_error(error_message, ret);
352}
353
354void _go_git_populate_remote_callbacks(git_remote_callbacks *callbacks)
355{

Callers

nothing calls this directly

Calls 2

set_callback_errorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…