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

Method execute

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

Source from the content-addressed store, hash-verified

902 };
903
904 if (context) {
905 const backupPromise = context.runTask(
906 (signal) => execute(signal),
907 { label: `shift-backup:${taskId}` }
908 );
909 backupPromise.catch(() => undefined);
910 } else {
911 await execute();
912 }
913
914 return taskId;
915 }
916
917 private static async executeBackup(
918 taskId: string,

Callers

nothing calls this directly

Calls 4

executeBackupMethod · 0.95
pruneTaskMethod · 0.95
isAbortErrorFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected