MCPcopy
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
47export function getWorkerPools() {
48 return {
49 unified: getWorkerPool("unified"),
50 split: getWorkerPool("split"),
51 }
52}

Callers

nothing calls this directly

Calls 1

getWorkerPoolFunction · 0.85

Tested by

no test coverage detected