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

Function smart_transport_callback

wrapper.c:518–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518static int smart_transport_callback(
519 git_transport **out,
520 git_remote *owner,
521 void *param)
522{
523 char *error_message = NULL;
524 const int ret = smartTransportCallback(
525 &error_message,
526 out,
527 owner,
528 param);
529 return set_callback_error(error_message, ret);
530}
531
532int _go_git_transport_register(const char *prefix, void *param)
533{

Callers

nothing calls this directly

Calls 2

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