Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ openBrowser
Function
openBrowser
packages/opencode/src/cli/cmd/account.ts:10–10 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
8
import
open from
"open"
9
10
const
openBrowser = (url: string) => Effect.promise(() => open(url).catch(() => undefined))
11
12
const
println = (msg: string) => Effect.sync(() => UI.println(msg))
13
Callers
1
account.ts
File · 0.85
Calls
1
open
Function · 0.50
Tested by
no test coverage detected