Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
const
errorHttp = (error: LLMError) => (
"http"
in error.reason ? error.reason.http : undefined)
74
75
describe(
"RequestExecutor"
, () => {
76
it.effect(
"classifies context overflow responses"
, () =>
Callers
1
executor.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected