Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ IsWslConnName
Function
IsWslConnName
pkg/remote/conncontroller/conncontroller.go:107–109 ·
view source on GitHub ↗
(connName string)
Source
from the content-addressed store, hash-verified
105
}
106
107
func
IsWslConnName(connName string) bool {
108
return
strings.HasPrefix(connName,
"wsl://"
)
109
}
110
111
func
GetAllConnStatus() []wshrpc.ConnStatus {
112
globalLock.Lock()
Callers
2
IsBlockTermDurable
Function · 0.92
sendConnMonitorInputNotification
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected