()
| 2536 | |
| 2537 | private async getConfigManager(): Promise<ConfigManager> { |
| 2538 | if (this.configManager) return this.configManager; |
| 2539 | this.configManager = await this.configManagerPromise; |
| 2540 | return this.configManager; |
| 2541 | } |
| 2542 | |
| 2543 | async onConfigChanged(_config: DB): Promise<void> {} |
| 2544 | |
| 2545 | private async getCurrentProviderConfig( |
no outgoing calls
no test coverage detected