| 1529 | |
| 1530 | class ConfigManager { |
| 1531 | private static instancePromise: Promise<ConfigManager> | null = null; |
| 1532 | private listeners: ConfigChangeListener[] = []; |
| 1533 | private currentConfig: DB; |
| 1534 | private db: Low<DB> | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected