Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/olahol/melody
/ closed
Method
closed
hub.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(h *hub) closed() bool {
23
return
!h.open.Load()
24
}
25
26
func
(h *hub) len() int {
27
h.mu.RLock()
Callers
13
HandleRequestWithKeys
Method · 0.45
Broadcast
Method · 0.45
BroadcastFilter
Method · 0.45
BroadcastBinary
Method · 0.45
BroadcastBinaryFilter
Method · 0.45
Sessions
Method · 0.45
Close
Method · 0.45
CloseWithMsg
Method · 0.45
IsClosed
Method · 0.45
BroadcastWithDeadline
Method · 0.45
BroadcastFilterWithDeadline
Method · 0.45
BroadcastBinaryWithDeadline
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected