()
| 699 | } |
| 700 | |
| 701 | onQueryUpdate(): void { |
| 702 | this.updateResult() |
| 703 | |
| 704 | if (this.hasListeners()) { |
| 705 | this.#updateTimers() |
| 706 | } |
| 707 | } |
| 708 | |
| 709 | #notify(notifyOptions: { listeners: boolean }): void { |
| 710 | notifyManager.batch(() => { |
no test coverage detected