Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TalkingData/owl
/ NewNodePool
Function
NewNodePool
controller/pool.go:124–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
func
NewNodePool() *NodePool {
125
return
&NodePool{make(
map
[string]*types.Node), &sync.Mutex{}}
126
}
127
128
type
EventPool
struct
{
129
name string
Callers
1
InitController
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected