Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
182
function
responseText(response: Response) {
183
return
Effect.promise(() => response.text())
184
}
185
186
describe(
"HttpApi UI fallback"
, () => {
187
it.live(
"serves the web UI through the HTTP API app"
, () =>
Callers
1
httpapi-ui.test.ts
File · 0.70
Calls
1
text
Method · 0.65
Tested by
no test coverage detected