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

Function openInBrowser

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

Source from the content-addressed store, hash-verified

3219 * URL is always printed first, so the user can copy it manually.
3220 */
3221const openInBrowser = (url: string): Effect.Effect<void> =>
3222 Effect.sync(() => {
3223 openBrowser(url);
3224 });
3225
3226const printNoRunningLocalWebApp = (): void => {
3227 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