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