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

Method GetStatus

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

Source from the content-addressed store, hash-verified

257}
258
259func (conn *SSHConn) GetStatus() string {
260 conn.lock.Lock()
261 defer conn.lock.Unlock()
262 return conn.Status
263}
264
265func (conn *SSHConn) GetName() string {
266 // no lock required because opts is immutable

Callers 4

StartConnServerMethod · 0.95
ConnectMethod · 0.95
IsConnectedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected