()
| 269 | } |
| 270 | |
| 271 | private clearContextClient(): void { |
| 272 | this.contextUnsubscribe?.() |
| 273 | this.contextUnsubscribe = undefined |
| 274 | this.contextClient = undefined |
| 275 | } |
| 276 | |
| 277 | private updateQueryClientResolutionState( |
| 278 | nextState: QueryClientResolutionState, |
nothing calls this directly
no outgoing calls
no test coverage detected