MCPcopy Index your code
hub / github.com/anomalyco/opencode / adapters.test.ts

File adapters.test.ts

packages/opencode/test/control-plane/adapters.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from "bun:test"
2import { getAdapter, registerAdapter } from "../../src/control-plane/adapters"
3import { ProjectV2 } from "@opencode-ai/core/project"
4import type { WorkspaceInfo } from "../../src/control-plane/types"

Callers

nothing calls this directly

Calls 7

registerAdapterFunction · 0.90
getAdapterFunction · 0.90
testFunction · 0.85
adapterFunction · 0.85
infoFunction · 0.70
describeFunction · 0.50
makeMethod · 0.45

Tested by

no test coverage detected