MCPcopy Create free account
hub / github.com/freecodexyz/free-code / listRunningApps

Function listRunningApps

src/utils/computerUse/executor.ts:637–639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

635 },
636
637 async listRunningApps(): Promise<RunningApp[]> {
638 return cu.apps.listRunning()
639 },
640
641 async openApp(bundleId: string): Promise<void> {
642 await cu.apps.open(bundleId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected