()
| 121 | } |
| 122 | |
| 123 | protected tryGetQueryClient(): QueryClient | undefined { |
| 124 | return this.explicitClient ?? this.contextClient |
| 125 | } |
| 126 | |
| 127 | protected getQueryClient(): QueryClient { |
| 128 | const client = this.tryGetQueryClient() |
nothing calls this directly
no outgoing calls
no test coverage detected