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

Method StdinPipe

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

Source from the content-addressed store, hash-verified

122}
123
124func (cw CmdWrap) StdinPipe() (io.WriteCloser, error) {
125 return cw.Cmd.StdinPipe()
126}
127
128func (cw CmdWrap) StdoutPipe() (io.ReadCloser, error) {
129 return cw.Cmd.StdoutPipe()

Callers

nothing calls this directly

Calls 1

StdinPipeMethod · 0.65

Tested by

no test coverage detected