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

Function routeKey

packages/opencode/test/server/httpapi-exercise/routing.ts:33–35  ·  view source on GitHub ↗
(scenario: Scenario)

Source from the content-addressed store, hash-verified

31}
32
33export function routeKey(scenario: Scenario) {
34 return `${scenario.method} ${scenario.path}`
35}
36
37export function coverageResult(scenario: Scenario): Result {
38 if (scenario.kind === "todo") return { status: "skip", scenario }

Callers 1

index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected