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