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

Method releaseToken

ai/ai.ts:3622–3624  ·  view source on GitHub ↗
(token: AbortToken)

Source from the content-addressed store, hash-verified

3620
3621 releaseToken(token: AbortToken): void {
3622 this.activeTokens.delete(token);
3623 }
3624
3625 cancelAllOperations(reason?: string): void {
3626 const tokens = Array.from(this.activeTokens);
3627 this.activeTokens.clear();

Callers 4

runQuestionMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected