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

Function _go_git_transport_register

wrapper.c:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532int _go_git_transport_register(const char *prefix, void *param)
533{
534 return git_transport_register(prefix, smart_transport_callback, param);
535}
536
537static int smart_subtransport_action_callback(
538 git_smart_subtransport_stream **out,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…