Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ FormatUnknownError
Function
FormatUnknownError
packages/opencode/src/cli/error.ts:128–130 ·
view source on GitHub ↗
(input: unknown)
Source
from the content-addressed store, hash-verified
126
}
127
128
export
function
FormatUnknownError(input: unknown): string {
129
return
errorFormat(input)
130
}
Callers
3
formatRunError
Function · 0.90
load
Function · 0.90
loadFile
Function · 0.90
Calls
1
errorFormat
Function · 0.90
Tested by
no test coverage detected