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