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

Method cancelCurrentOperation

ai/ai.ts:4381–4385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4379
4380 cancelCurrentOperation(): void {
4381 if (this.activeToken && !this.activeToken.aborted)
4382 this.activeToken.abort("操作被取消");
4383 this.activeToken = undefined;
4384 }
4385
4386 private async runQuestion(
4387 msg: Api.Message,
4388 question: string,

Callers 2

runQuestionMethod · 0.95
cleanupMethod · 0.80

Calls 1

abortMethod · 0.65

Tested by

no test coverage detected