MCPcopy
hub / github.com/anomalyco/opencode / continueAfterCompaction

Function continueAfterCompaction

packages/core/src/session/runner/llm.ts:159–159  ·  view source on GitHub ↗
(step: number)

Source from the content-addressed store, hash-verified

157 }
158
159 const continueAfterCompaction = (step: number) => new TurnTransitionError({ _tag: "ContinueAfterCompaction", step })
160 const continueAfterOverflowCompaction = (step: number) =>
161 new TurnTransitionError({ _tag: "ContinueAfterOverflowCompaction", step })
162

Callers 1

llm.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected