MCPcopy Index your code
hub / github.com/flant/shell-operator / getHookGroupsMap

Method getHookGroupsMap

pkg/task/queue/task_queue.go:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (q *TaskQueue) getHookGroupsMap() map[string]*compactionGroup {
238 return hookGroupsMapPool.Get().(map[string]*compactionGroup)
239}
240
241func (q *TaskQueue) putHookGroupsMap(m map[string]*compactionGroup) {
242 // Clear the map

Callers 1

compactionMethod · 0.95

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected