MCPcopy Index your code
hub / github.com/Monibuca/engine / Pick

Method Pick

subscribers.go:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (s *Subscribers) Pick() ISubscriber {
42 for sub := range s.public {
43 return sub
44 }
45 return nil
46}
47
48func (s *Subscribers) Len() int {
49 return len(s.public)

Callers 1

actionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected