MCPcopy Index your code
hub / github.com/anomalyco/opencode / serverPathParity

Function serverPathParity

packages/opencode/test/server/httpapi-sdk.test.ts:221–223  ·  view source on GitHub ↗
(name: string, scenario: (serverPath: ServerPath) => Effect.Effect<A, E, TestScope>)

Source from the content-addressed store, hash-verified

219}
220
221function serverPathParity<A, E>(name: string, scenario: (serverPath: ServerPath) => Effect.Effect<A, E, TestScope>) {
222 it.live(name, scenario("raw"))
223}
224
225function withProject<A, E, E2 = never>(
226 serverPath: ServerPath,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected