Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
export
function
upstreamURL(path: string) {
41
return
new
URL(path, UI_UPSTREAM).toString()
42
}
43
44
export
function
embeddedUI(disableEmbeddedWebUi: boolean) {
45
if
(disableEmbeddedWebUi)
return
Promise.resolve(null)
Callers
1
serveUIEffect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected