Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ ClearWshError
Method
ClearWshError
pkg/wslconn/wslconn.go:733–737 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
731
}
732
733
func
(conn *WslConn) ClearWshError() {
734
conn.WithLock(
func
() {
735
conn.WshError =
""
736
})
737
}
738
739
func
getConnInternal(name string) *WslConn {
740
globalLock.Lock()
Callers
1
DismissWshFailCommand
Method · 0.45
Calls
1
WithLock
Method · 0.95
Tested by
no test coverage detected