MCPcopy 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
128export function FormatUnknownError(input: unknown): string {
129 return errorFormat(input)
130}

Callers 3

formatRunErrorFunction · 0.90
loadFunction · 0.90
loadFileFunction · 0.90

Calls 1

errorFormatFunction · 0.90

Tested by

no test coverage detected