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

Method GetStatus

pkg/wslconn/wslconn.go:183–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (conn *WslConn) GetStatus() string {
184 conn.Lock.Lock()
185 defer conn.Lock.Unlock()
186 return conn.Status
187}
188
189func (conn *WslConn) GetName() string {
190 // no lock required because opts is immutable

Callers 4

StartConnServerMethod · 0.95
ConnectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected