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

Method remove

keyword/keyword.ts:390–397  ·  view source on GitHub ↗
(taskId: number)

Source from the content-addressed store, hash-verified

388 }
389 return false;
390 }
391
392 removeByIds(taskIds: number[]): { success: number; failed: number } {
393 let success = 0;
394 let failed = 0;
395
396 for (const taskId of taskIds) {
397 if (this.remove(taskId)) {
398 success++;
399 } else {
400 failed++;

Callers 1

removeByIdsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected