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

Method GetClient

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

Source from the content-addressed store, hash-verified

690}
691
692func (conn *SSHConn) GetClient() *ssh.Client {
693 conn.lock.Lock()
694 defer conn.lock.Unlock()
695 return conn.Client
696}
697
698func (conn *SSHConn) GetMonitor() *ConnMonitor {
699 conn.lock.Lock()

Callers 8

GetEnvironmentMapsMethod · 0.95
StartConnServerMethod · 0.95
UpdateWshMethod · 0.95
InstallWshMethod · 0.95
waitForDisconnectMethod · 0.95
keepAliveMonitorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected