MCPcopy Create free account
hub / github.com/anomalyco/opencode / formatError

Function formatError

packages/app/src/pages/error.tsx:214–216  ·  view source on GitHub ↗
(error: unknown, t: Translator)

Source from the content-addressed store, hash-verified

212}
213
214function formatError(error: unknown, t: Translator): string {
215 return formatErrorChain(error, t, 0)
216}
217
218interface ErrorPageProps {
219 error: unknown

Callers 3

formattedErrorFunction · 0.70
installUpdateFunction · 0.70
exportDebugLogsFunction · 0.70

Calls 1

formatErrorChainFunction · 0.85

Tested by

no test coverage detected