()
| 102 | } |
| 103 | |
| 104 | protected onUnsubscribe(): void { |
| 105 | if (!this.hasListeners()) { |
| 106 | this.#currentMutation?.removeObserver(this) |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | onMutationUpdate( |
| 111 | action: Action<TData, TError, TVariables, TOnMutateResult>, |
nothing calls this directly
no test coverage detected