Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/flant/shell-operator
/ getCompactionGroup
Method
getCompactionGroup
pkg/task/queue/task_queue.go:210–212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
}
209
210
func
(q *TaskQueue) getCompactionGroup() *compactionGroup {
211
return
compactionGroupPool.Get().(*compactionGroup)
212
}
213
214
func
(q *TaskQueue) putCompactionGroup(cg *compactionGroup) {
215
cg.reset()
Callers
1
compaction
Method · 0.95
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected