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

Function parse

packages/opencode/src/session/processor.ts:117–121  ·  view source on GitHub ↗
(e: unknown)

Source from the content-addressed store, hash-verified

115 let aborted = false
116
117 const parse = (e: unknown) =>
118 MessageV2.fromError(e, {
119 providerID: input.model.providerID,
120 aborted,
121 })
122
123 const settleToolCall = Effect.fn("SessionProcessor.settleToolCall")(function* (toolCallID: string) {
124 const done = ctx.toolcalls[toolCallID]?.done

Callers 1

processor.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected