MCPcopy
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
22func (h *hub) closed() bool {
23 return !h.open.Load()
24}
25
26func (h *hub) len() int {
27 h.mu.RLock()

Callers 13

HandleRequestWithKeysMethod · 0.45
BroadcastMethod · 0.45
BroadcastFilterMethod · 0.45
BroadcastBinaryMethod · 0.45
BroadcastBinaryFilterMethod · 0.45
SessionsMethod · 0.45
CloseMethod · 0.45
CloseWithMsgMethod · 0.45
IsClosedMethod · 0.45
BroadcastWithDeadlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected