Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ getWorkerPools
Function
getWorkerPools
packages/session-ui/src/pierre/worker.ts:47–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
export
function
getWorkerPools() {
48
return
{
49
unified: getWorkerPool(
"unified"
),
50
split: getWorkerPool(
"split"
),
51
}
52
}
Callers
nothing calls this directly
Calls
1
getWorkerPool
Function · 0.85
Tested by
no test coverage detected