Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ open_browser
Function
open_browser
packages/arctic/src/settings/server.ts:226–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
}
225
226
export
async
function
open_browser() {
227
const
{ url } =
await
start()
228
await
open(url)
229
return
url
230
}
231
}
Callers
nothing calls this directly
Calls
2
start
Function · 0.70
open
Function · 0.50
Tested by
no test coverage detected