Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ ClearWshError
Method
ClearWshError
pkg/remote/conncontroller/conncontroller.go:1037–1041 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1035
}
1036
1037
func
(conn *SSHConn) ClearWshError() {
1038
conn.WithLock(
func
() {
1039
conn.WshError =
""
1040
})
1041
}
1042
1043
func
(conn *SSHConn) SetConnHealthStatus(client *ssh.Client, status string) {
1044
changed := false
Callers
nothing calls this directly
Calls
1
WithLock
Method · 0.95
Tested by
no test coverage detected