MCPcopy
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
1037func (conn *SSHConn) ClearWshError() {
1038 conn.WithLock(func() {
1039 conn.WshError = ""
1040 })
1041}
1042
1043func (conn *SSHConn) SetConnHealthStatus(client *ssh.Client, status string) {
1044 changed := false

Callers

nothing calls this directly

Calls 1

WithLockMethod · 0.95

Tested by

no test coverage detected