MCPcopy Index your code
hub / github.com/anomalyco/opencode / overflow

Function overflow

packages/core/test/session-runner.test.ts:1180–1183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1178 Effect.gen(function* () {
1179 const session = yield* setupOverflowRecovery
1180 const overflow = () => [
1181 LLMEvent.stepStart({ index: 0 }),
1182 LLMEvent.providerError({ message: "prompt too long", classification: "context-overflow" }),
1183 ]
1184 responses = [
1185 overflow(),
1186 fragmentFixture("text", "text-summary", ["## Goal\n- Recover once"]).completeEvents,

Callers 5

compaction.tsFile · 0.85
TimelineDiffSummaryRowFunction · 0.85
statusFunction · 0.85
SessionTurnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected