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

Function errorHttp

packages/llm/test/executor.test.ts:73–73  ·  view source on GitHub ↗
(error: LLMError)

Source from the content-addressed store, hash-verified

71}
72
73const errorHttp = (error: LLMError) => ("http" in error.reason ? error.reason.http : undefined)
74
75describe("RequestExecutor", () => {
76 it.effect("classifies context overflow responses", () =>

Callers 1

executor.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected