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

Function app

packages/opencode/test/server/httpapi-query-schema-drift.test.ts:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95] satisfies Array<{ method: Method; path: string; name: string; pattern: string }>
96
97function app() {
98 return Server.Default().app
99}
100
101function request(url: string, init?: RequestInit) {
102 return Effect.promise(async () => app().request(url, init))

Callers 1

requestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected