MCPcopy 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
193func (sw SessionWrap) Wait() error {
194 sw.WaitOnce.Do(func() {
195 sw.WaitErr = sw.Session.Wait()
196 })
197 return sw.WaitErr
198}
199
200func (sw SessionWrap) Start() error {
201 return sw.Session.Start(sw.StartCmd)

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected