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

Function smart_subtransport_close_callback

wrapper.c:553–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553static int smart_subtransport_close_callback(git_smart_subtransport *transport)
554{
555 char *error_message = NULL;
556 const int ret = smartSubtransportCloseCallback(
557 &error_message,
558 transport);
559 return set_callback_error(error_message, ret);
560}
561
562static int smart_subtransport_callback(
563 git_smart_subtransport **out,

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…