Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
204
func
(sw SessionWrap) StdinPipe() (io.WriteCloser, error) {
205
return
sw.Session.StdinPipe()
206
}
207
208
func
(sw SessionWrap) StdoutPipe() (io.ReadCloser, error) {
209
stdoutReader, err := sw.Session.StdoutPipe()
Callers
nothing calls this directly
Calls
1
StdinPipe
Method · 0.65
Tested by
no test coverage detected