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

Method destroy

ai/ai.ts:3634–3637  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3632
3633 async destroy(): Promise<void> {
3634 this.cancelAllOperations("服务已停止");
3635 if (this.configManager) this.configManager.unregisterListener(this);
3636 }
3637
3638 async callAI(
3639 question: string,
3640 images: AIContentPart[] = [],

Callers 9

makeRequestMethod · 0.45
closeResourcesMethod · 0.45
failMethod · 0.45
destroyMethod · 0.45
cleanupMethod · 0.45
makeRequestMethod · 0.45
requestMethod · 0.45
testGeminiAPIFunction · 0.45
makeRequestMethod · 0.45

Calls 2

cancelAllOperationsMethod · 0.95
unregisterListenerMethod · 0.80

Tested by

no test coverage detected