MCPcopy
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
733func (conn *WslConn) ClearWshError() {
734 conn.WithLock(func() {
735 conn.WshError = ""
736 })
737}
738
739func getConnInternal(name string) *WslConn {
740 globalLock.Lock()

Callers 1

DismissWshFailCommandMethod · 0.45

Calls 1

WithLockMethod · 0.95

Tested by

no test coverage detected