()
| 197 | } |
| 198 | |
| 199 | get promise(): Promise<TData> | undefined { |
| 200 | return this.#retryer?.promise |
| 201 | } |
| 202 | |
| 203 | setOptions( |
| 204 | options?: QueryOptions<TQueryFnData, TError, TData, TQueryKey>, |
nothing calls this directly
no outgoing calls
no test coverage detected