MCPcopy
hub / github.com/wavetermdev/waveterm / Wait

Method Wait

pkg/genconn/ssh-impl.go:85–90  ·  view source on GitHub ↗

Wait waits for the command to complete

()

Source from the content-addressed store, hash-verified

83
84// Wait waits for the command to complete
85func (s *SSHProcessController) Wait() error {
86 s.once.Do(func() {
87 s.waitErr = s.session.Wait()
88 })
89 return s.waitErr
90}
91
92// Kill terminates the command
93func (s *SSHProcessController) Kill() {

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected