MCPcopy 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

startFunction · 0.70
openFunction · 0.50

Tested by

no test coverage detected