MCPcopy Index your code
hub / github.com/callstack/agent-device / openLinuxApp

Function openLinuxApp

src/platforms/linux/app-lifecycle.ts:11–13  ·  view source on GitHub ↗
(app: string)

Source from the content-addressed store, hash-verified

9 * - A .desktop file name or binary name
10 */
11export async function openLinuxApp(app: string): Promise<void> {
12 await resolveLinuxToolProvider().desktop.openTarget(app);
13}
14
15/**
16 * Close an application by name on Linux.

Callers 1

createLinuxInteractorFunction · 0.90

Calls 1

resolveLinuxToolProviderFunction · 0.90

Tested by

no test coverage detected