()
| 274 | } |
| 275 | |
| 276 | getCurrentQuery(): Query<TQueryFnData, TError, TQueryData, TQueryKey> { |
| 277 | return this.#currentQuery |
| 278 | } |
| 279 | |
| 280 | refetch({ ...options }: RefetchOptions = {}): Promise< |
| 281 | QueryObserverResult<TData, TError> |
no outgoing calls
no test coverage detected