()
| 290 | } |
| 291 | |
| 292 | getCurrentQuery(): Query<TQueryFnData, TError, TQueryData, TQueryKey> { |
| 293 | return this.#currentQuery |
| 294 | } |
| 295 | |
| 296 | refetch({ ...options }: RefetchOptions = {}): Promise< |
| 297 | QueryObserverResult<TData, TError> |
no outgoing calls
no test coverage detected