Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
196
function
httpapi<A, E>(name: string, effect: Effect.Effect<A, E, TestScope>) {
197
it.live(name, effect)
198
}
199
200
function
httpapiInstance<A, E>(
201
name: string,
Callers
1
httpapi-sdk.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected