Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ Start
Method
Start
pkg/shellexec/conninterface.go:200–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
}
199
200
func
(sw SessionWrap) Start() error {
201
return
sw.Session.Start(sw.StartCmd)
202
}
203
204
func
(sw SessionWrap) StdinPipe() (io.WriteCloser, error) {
205
return
sw.Session.StdinPipe()
Callers
nothing calls this directly
Calls
1
Start
Method · 0.65
Tested by
no test coverage detected