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

Function _go_git_setup_smart_subtransport_stream

wrapper.c:623–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623void _go_git_setup_smart_subtransport_stream(_go_managed_smart_subtransport_stream *stream)
624{
625 _go_managed_smart_subtransport_stream *managed_stream = (_go_managed_smart_subtransport_stream *)stream;
626 managed_stream->parent.read = smart_subtransport_stream_read_callback;
627 managed_stream->parent.write = smart_subtransport_stream_write_callback;
628 managed_stream->parent.free = smartSubtransportStreamFreeCallback;
629}

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…