Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ Wait
Method
Wait
pkg/shellexec/conninterface.go:193–198 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
}
192
193
func
(sw SessionWrap) Wait() error {
194
sw.WaitOnce.Do(
func
() {
195
sw.WaitErr = sw.Session.Wait()
196
})
197
return
sw.WaitErr
198
}
199
200
func
(sw SessionWrap) Start() error {
201
return
sw.Session.Start(sw.StartCmd)
Callers
nothing calls this directly
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected