MCPcopy Create free account
hub / github.com/anomalyco/opencode / busy

Function busy

packages/opencode/src/effect/runner.ts:208–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 return state()
207 },
208 get busy() {
209 return state()._tag !== "Idle"
210 },
211 ensureRunning,
212 startShell,
213 cancel,

Callers 2

RunFooterViewFunction · 0.50
RunPermissionBodyFunction · 0.50

Calls 1

stateFunction · 0.70

Tested by

no test coverage detected