(path: string)
| 631 | }, |
| 632 | |
| 633 | async getAppIcon(path: string): Promise<string | undefined> { |
| 634 | return cu.apps.iconDataUrl(path) ?? undefined |
| 635 | }, |
| 636 | |
| 637 | async listRunningApps(): Promise<RunningApp[]> { |
| 638 | return cu.apps.listRunning() |
nothing calls this directly
no outgoing calls
no test coverage detected