Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
func
(s *Subscribers) Pick() ISubscriber {
42
for
sub :=
range
s.public {
43
return
sub
44
}
45
return
nil
46
}
47
48
func
(s *Subscribers) Len() int {
49
return
len(s.public)
Callers
1
action
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected