MCPcopy Create free account
hub / github.com/material-shell/material-shell /

Class

src/manager/appsManager.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import Shell from 'gi://Shell';
3
4export class AppsManager {
5 static getApps() {
6 const usage = Shell.AppUsage.get_default();
7 const appSystem = Shell.AppSystem.get_default();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected