Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ isWebsocketScheme
Function
isWebsocketScheme
ws.go:843–845 ·
view source on GitHub ↗
(u *url.URL)
Source
from the content-addressed store, hash-verified
841
}
842
843
func
isWebsocketScheme(u *url.URL) bool {
844
return
u.Scheme == wsScheme || u.Scheme == wsSchemeTLS
845
}
Callers
3
addURLToPool
Method · 0.85
createConn
Method · 0.85
SetServerPool
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected