MCPcopy
hub / github.com/wavetermdev/waveterm / Read

Method Read

pkg/shellexec/shellexec.go:133–135  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

131}
132
133func (pp *PipePty) Read(p []byte) (n int, err error) {
134 return pp.remoteStdoutRead.Read(p)
135}
136
137func (pp *PipePty) Write(p []byte) (n int, err error) {
138 return pp.remoteStdinWrite.Write(p)

Callers 10

readTextFileCallbackFunction · 0.45
StreamToLinesFunction · 0.45
CopyWithEndBytesFunction · 0.45
CopyToChannelFunction · 0.45
RandomHexStringFunction · 0.45
ReaderChanFunction · 0.45
TestIochan_BasicFunction · 0.45
IsExtendedZshHistoryFileFunction · 0.45
StreamToLinesFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestIochan_BasicFunction · 0.36