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

Function smart_subtransport_action_callback

wrapper.c:537–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537static int smart_subtransport_action_callback(
538 git_smart_subtransport_stream **out,
539 git_smart_subtransport *transport,
540 const char *url,
541 git_smart_service_t action)
542{
543 char *error_message = NULL;
544 const int ret = smartSubtransportActionCallback(
545 &error_message,
546 out,
547 transport,
548 (char *)url,
549 action);
550 return set_callback_error(error_message, ret);
551}
552
553static int smart_subtransport_close_callback(git_smart_subtransport *transport)
554{

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…