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

Method StdoutPipe

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

Source from the content-addressed store, hash-verified

126}
127
128func (cw CmdWrap) StdoutPipe() (io.ReadCloser, error) {
129 return cw.Cmd.StdoutPipe()
130}
131
132func (cw CmdWrap) StderrPipe() (io.ReadCloser, error) {
133 return cw.Cmd.StderrPipe()

Callers

nothing calls this directly

Calls 1

StdoutPipeMethod · 0.65

Tested by

no test coverage detected