MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / StdoutPipe

Method StdoutPipe

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

Source from the content-addressed store, hash-verified

206}
207
208func (sw SessionWrap) StdoutPipe() (io.ReadCloser, error) {
209 stdoutReader, err := sw.Session.StdoutPipe()
210 if err != nil {
211 return nil, err
212 }
213 return io.NopCloser(stdoutReader), nil
214}
215
216func (sw SessionWrap) StderrPipe() (io.ReadCloser, error) {
217 stderrReader, err := sw.Session.StderrPipe()

Callers

nothing calls this directly

Calls 1

StdoutPipeMethod · 0.65

Tested by

no test coverage detected