(key: keyof QueryObserverResult)
| 287 | } |
| 288 | |
| 289 | trackProp(key: keyof QueryObserverResult) { |
| 290 | this.#trackedProps.add(key) |
| 291 | } |
| 292 | |
| 293 | getCurrentQuery(): Query<TQueryFnData, TError, TQueryData, TQueryKey> { |
| 294 | return this.#currentQuery |
no test coverage detected