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

Function smart_subtransport_stream_write_callback

wrapper.c:609–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609static int smart_subtransport_stream_write_callback(
610 git_smart_subtransport_stream *stream,
611 const char *buffer,
612 size_t len)
613{
614 char *error_message = NULL;
615 const int ret = smartSubtransportStreamWriteCallback(
616 &error_message,
617 stream,
618 (char *)buffer,
619 len);
620 return set_callback_error(error_message, ret);
621}
622
623void _go_git_setup_smart_subtransport_stream(_go_managed_smart_subtransport_stream *stream)
624{

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…