MCPcopy 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
81const openLink: Platform["openLink"] = (url) => {
82 window.open(url, "_blank")
83}
84
85const back: Platform["back"] = () => {
86 window.history.back()

Callers

nothing calls this directly

Calls 1

openMethod · 0.80

Tested by

no test coverage detected