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

Function httpapi

packages/opencode/test/server/httpapi-sdk.test.ts:196–198  ·  view source on GitHub ↗
(name: string, effect: Effect.Effect<A, E, TestScope>)

Source from the content-addressed store, hash-verified

194}
195
196function httpapi<A, E>(name: string, effect: Effect.Effect<A, E, TestScope>) {
197 it.live(name, effect)
198}
199
200function httpapiInstance<A, E>(
201 name: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected