()
| 205 | client().defaultQueryOptions(options as QueryObserverOptions), |
| 206 | { |
| 207 | get _optimisticResults() { |
| 208 | return isRestoring() ? 'isRestoring' : 'optimistic' |
| 209 | }, |
| 210 | }, |
| 211 | ), |
| 212 | ), |
nothing calls this directly
no outgoing calls
no test coverage detected