MCPcopy Index your code
hub / github.com/anomalyco/opencode / server-errors.test.ts

File server-errors.test.ts

packages/app/src/utils/server-errors.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from "bun:test"
2import type { SessionNotFoundError } from "@opencode-ai/sdk/v2/client"
3import type { ConfigInvalidError, ProviderModelNotFoundError } from "./server-errors"
4import { formatServerError, isSessionNotFoundError, parseReadableConfigInvalidError } from "./server-errors"

Callers

nothing calls this directly

Calls 6

formatServerErrorFunction · 0.90
isSessionNotFoundErrorFunction · 0.90
useLanguageMockFunction · 0.85
testFunction · 0.85
describeFunction · 0.50

Tested by

no test coverage detected