* Delete all tasks within this bucket * * @returns the number of tasks deleted
()
| 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 |
no outgoing calls
no test coverage detected