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

Function abort

ai/ai.ts:992–994  ·  view source on GitHub ↗
(reason?: string)

Source from the content-addressed store, hash-verified

990 },
991 abort(reason?: string) {
992 if (!controller.signal.aborted) controller.abort(reason);
993 },
994 throwIfAborted() {
995 if (controller.signal.aborted) {
996 throw new UserError(
997 controller.signal.reason?.toString() || "操作已取消",

Callers

nothing calls this directly

Calls 1

abortMethod · 0.65

Tested by

no test coverage detected