Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
124
func
(cw CmdWrap) StdinPipe() (io.WriteCloser, error) {
125
return
cw.Cmd.StdinPipe()
126
}
127
128
func
(cw CmdWrap) StdoutPipe() (io.ReadCloser, error) {
129
return
cw.Cmd.StdoutPipe()
Callers
nothing calls this directly
Calls
1
StdinPipe
Method · 0.65
Tested by
no test coverage detected