()
| 52 | } |
| 53 | |
| 54 | protected onHostUpdate(): void { |
| 55 | if (typeof this.filters !== 'function') { |
| 56 | return |
| 57 | } |
| 58 | |
| 59 | this.setResult(this.syncClient() ? this.computeValue() : 0) |
| 60 | } |
| 61 | |
| 62 | protected onQueryClientChanged(): void { |
| 63 | if (!this.syncClient()) { |
nothing calls this directly
no test coverage detected