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

Method abort

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

Source from the content-addressed store, hash-verified

2457 },
2458 abort(reason?: string) {
2459 controller.abort(reason);
2460 },
2461 throwIfAborted() {
2462 if (controller.signal.aborted) {
2463 throw new UserError(
2464 controller.signal.reason?.toString() || "操作已取消",

Callers

nothing calls this directly

Calls 1

abortMethod · 0.65

Tested by

no test coverage detected