MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / openInBrowser

Function openInBrowser

apps/cli/src/main.ts:3124–3127  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

3122 * URL is always printed first, so the user can copy it manually.
3123 */
3124const openInBrowser = (url: string): Effect.Effect<void> =>
3125 Effect.sync(() => {
3126 openBrowser(url);
3127 });
3128
3129const printNoRunningLocalWebApp = (): void => {
3130 console.log("Executor is not running.");

Callers 2

openRunningLocalWebAppFunction · 0.85
main.tsFile · 0.85

Calls 2

openBrowserFunction · 0.90
syncMethod · 0.65

Tested by

no test coverage detected