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