MCPcopy 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

86interface AbortToken {
87 readonly aborted: boolean;
88 readonly reason?: string;
89 readonly signal: AbortSignal;
90 abort(reason?: string): void;
91 throwIfAborted(): void;

Callers 8

abortFunction · 0.65
processMethod · 0.65
combineMethod · 0.65
abortMethod · 0.65
cancelAllOperationsMethod · 0.65
scheduleAbortFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected