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

Function upstreamURL

packages/opencode/src/server/shared/ui.ts:40–42  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

38}
39
40export function upstreamURL(path: string) {
41 return new URL(path, UI_UPSTREAM).toString()
42}
43
44export function embeddedUI(disableEmbeddedWebUi: boolean) {
45 if (disableEmbeddedWebUi) return Promise.resolve(null)

Callers 1

serveUIEffectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected