(key: keyof QueryObserverResult)
| 270 | } |
| 271 | |
| 272 | trackProp(key: keyof QueryObserverResult) { |
| 273 | this.#trackedProps.add(key) |
| 274 | } |
| 275 | |
| 276 | getCurrentQuery(): Query<TQueryFnData, TError, TQueryData, TQueryKey> { |
| 277 | return this.#currentQuery |
no test coverage detected