MCPcopy Create free account
hub / github.com/TanStack/query / promise

Method promise

packages/query-core/src/query.ts:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected