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