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

Method GetMonitor

pkg/remote/conncontroller/conncontroller.go:698–702  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

696}
697
698func (conn *SSHConn) GetMonitor() *ConnMonitor {
699 conn.lock.Lock()
700 defer conn.lock.Unlock()
701 return conn.Monitor
702}
703
704func (conn *SSHConn) WaitForConnect(ctx context.Context) error {
705 for {

Callers 3

StartConnServerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected