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

Function openInBrowser

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

Source from the content-addressed store, hash-verified

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