Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ abort
Method
abort
ai/ai.ts:88–88 ·
view source on GitHub ↗
(reason?: string)
Source
from the content-addressed store, hash-verified
86
interface
AbortToken {
87
readonly aborted: boolean;
88
readonly reason?: string;
89
readonly signal: AbortSignal;
90
abort(reason?: string): void;
91
throwIfAborted(): void;
Callers
8
abort
Function · 0.65
process
Method · 0.65
combine
Method · 0.65
abort
Method · 0.65
cancelAllOperations
Method · 0.65
cancelCurrentOperation
Method · 0.65
firstSuccessfulBotResponse
Function · 0.65
scheduleAbort
Function · 0.65
Implementers
1
TimeoutMiddleware
ai/ai.ts
Calls
no outgoing calls
Tested by
no test coverage detected