()
| 94 | } |
| 95 | |
| 96 | protected onUnsubscribe(): void { |
| 97 | if (!this.hasListeners()) { |
| 98 | this.#currentMutation?.removeObserver(this) |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | onMutationUpdate( |
| 103 | action: Action<TData, TError, TVariables, TOnMutateResult>, |
nothing calls this directly
no test coverage detected