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

Method StdinPipe

pkg/shellexec/conninterface.go:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204func (sw SessionWrap) StdinPipe() (io.WriteCloser, error) {
205 return sw.Session.StdinPipe()
206}
207
208func (sw SessionWrap) StdoutPipe() (io.ReadCloser, error) {
209 stdoutReader, err := sw.Session.StdoutPipe()

Callers

nothing calls this directly

Calls 1

StdinPipeMethod · 0.65

Tested by

no test coverage detected