MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

ai/ai.ts:1531–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1529
1530class ConfigManager {
1531 private static instancePromise: Promise<ConfigManager> | null = null;
1532 private listeners: ConfigChangeListener[] = [];
1533 private currentConfig: DB;
1534 private db: Low<DB> | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected