Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ openLink
Function
openLink
packages/app/src/entry.tsx:81–83 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
79
}
80
81
const openLink: Platform[
"openLink"
] = (url) => {
82
window.open(url,
"_blank"
)
83
}
84
85
const back: Platform[
"back"
] = () => {
86
window.history.back()
Callers
nothing calls this directly
Calls
1
open
Method · 0.80
Tested by
no test coverage detected