MCPcopy Create free account
hub / github.com/Botloader/botloader / deleteAll

Method deleteAll

components/runtime/src/ts/scheduled_tasks.ts:265–267  ·  view source on GitHub ↗

* Delete all tasks within this bucket * * @returns the number of tasks deleted

()

Source from the content-addressed store, hash-verified

263 * @returns the number of tasks deleted
264 */
265 async deleteAll(): Promise<number> {
266 return OpWrappers.tasks.delAllTasks(this.pluginId, this.name);
267 }
268
269 /**
270 * Retrieve a task by its unique key

Callers 5

testJsonFunction · 0.80
storage_simple2.tsFile · 0.80
testGetDelKeysFunction · 0.80
testGetAllFunction · 0.80
storage_simple1.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected