MCPcopy 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
124func NewNodePool() *NodePool {
125 return &NodePool{make(map[string]*types.Node), &sync.Mutex{}}
126}
127
128type EventPool struct {
129 name string

Callers 1

InitControllerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected