()
| 720 | } |
| 721 | |
| 722 | onQueryUpdate(): void { |
| 723 | this.updateResult() |
| 724 | |
| 725 | if (this.hasListeners()) { |
| 726 | this.#updateTimers() |
| 727 | } |
| 728 | } |
| 729 | |
| 730 | #notify(notifyOptions: { listeners: boolean }): void { |
| 731 | notifyManager.batch(() => { |
no test coverage detected