()
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected