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

Function throwIfAborted

shift/shift.ts:541–545  ·  view source on GitHub ↗
(signal?: AbortSignal)

Source from the content-addressed store, hash-verified

539 return;
540 }
541
542 const timer = setTimeout(() => {
543 cleanup();
544 resolve();
545 }, ms);
546
547 const onAbort = () => {
548 cleanup();

Callers 2

callbackFunction · 0.70
executeBackupMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected