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

Method getConfigManager

ai/ai.ts:2538–2542  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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(

Callers 12

getConfigFunction · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected