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

Method Read

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

Source from the content-addressed store, hash-verified

191}
192
193func (stream *sshSmartSubtransportStream) Read(buf []byte) (int, error) {
194 return stream.owner.stdout.Read(buf)
195}
196
197func (stream *sshSmartSubtransportStream) Write(buf []byte) (int, error) {
198 return stream.owner.stdin.Write(buf)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected