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

Class

src/manager/stateManager.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16type StateDict = { [Key: string]: any };
17
18export class StateManager {
19 state: StateDict;
20 stateFile: Gio.File;
21 stateChangedTriggered: boolean | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected