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

Method Write

ssh.go:197–199  ·  view source on GitHub ↗
(buf []byte)

Source from the content-addressed store, hash-verified

195}
196
197func (stream *sshSmartSubtransportStream) Write(buf []byte) (int, error) {
198 return stream.owner.stdin.Write(buf)
199}
200
201func (stream *sshSmartSubtransportStream) Free() {
202}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected