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

Function text

packages/opencode/test/server/httpapi-schema-error-body.test.ts:22–22  ·  view source on GitHub ↗
(response: HttpClientResponse.HttpClientResponse)

Source from the content-addressed store, hash-verified

20const it = testEffect(Layer.mergeAll(LayerNode.compile(LayerNode.group([Session.node, Database.node])), httpApiLayer))
21
22const text = (response: HttpClientResponse.HttpClientResponse) => response.text
23
24afterEach(async () => {
25 await disposeAllInstances()

Calls

no outgoing calls

Tested by

no test coverage detected