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

Function responseText

packages/opencode/test/server/httpapi-ui.test.ts:182–184  ·  view source on GitHub ↗
(response: Response)

Source from the content-addressed store, hash-verified

180}
181
182function responseText(response: Response) {
183 return Effect.promise(() => response.text())
184}
185
186describe("HttpApi UI fallback", () => {
187 it.live("serves the web UI through the HTTP API app", () =>

Callers 1

httpapi-ui.test.tsFile · 0.70

Calls 1

textMethod · 0.65

Tested by

no test coverage detected