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

Function app

packages/opencode/test/server/httpapi-mcp.test.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17const it = testEffect(testStateLayer)
18
19function app() {
20 return Server.Default().app
21}
22type TestApp = ReturnType<typeof app>
23type TestHandler = ReturnType<typeof HttpApiApp.webHandler>
24

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected