MCPcopy 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
107func IsWslConnName(connName string) bool {
108 return strings.HasPrefix(connName, "wsl://")
109}
110
111func GetAllConnStatus() []wshrpc.ConnStatus {
112 globalLock.Lock()

Callers 2

IsBlockTermDurableFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected