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

Function busyError

packages/opencode/src/session/run-state.ts:145–147  ·  view source on GitHub ↗
(sessionID: SessionID)

Source from the content-addressed store, hash-verified

143})
144
145function busyError(sessionID: SessionID) {
146 return new Session.BusyError({ sessionID })
147}
148
149export const node = LayerNode.make({ service: Service, layer: layer, deps: [BackgroundJob.node, SessionStatus.node] })
150

Callers 1

run-state.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected