()
| 354 | }); |
| 355 | } |
| 356 | |
| 357 | cleanup(): void { |
| 358 | for (const job of this.jobs.values()) { |
| 359 | if (job.timer) clearTimeout(job.timer); |
| 360 | } |
| 361 | this.jobs.clear(); |
| 362 | } |
| 363 | |
| 364 | description: string = `\n临时管理员\n\n${helpText}`; |
| 365 |
nothing calls this directly
no test coverage detected