| 2 | import Shell from 'gi://Shell'; |
| 3 | |
| 4 | export class AppsManager { |
| 5 | static getApps() { |
| 6 | const usage = Shell.AppUsage.get_default(); |
| 7 | const appSystem = Shell.AppSystem.get_default(); |
nothing calls this directly
no outgoing calls
no test coverage detected