MCPcopy Create free account
hub / github.com/Monibuca/engine / Len

Method Len

subscribers.go:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (s *Subscribers) Len() int {
49 return len(s.public)
50}
51
52func (s *Subscribers) RangeAll(f func(sub ISubscriber)) {
53 s.rangeAll(func(sub ISubscriber, wait *waitTracks) {

Callers 2

DeleteMethod · 0.95
AddMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected