Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/query
/ isResolved
Function
isResolved
packages/query-core/src/retryer.ts:84–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
const
thenable = pendingThenable<TData>()
83
84
const
isResolved = () =>
85
(thenable.status as Thenable<TData>[
'status'
]) !==
'pending'
86
87
const
cancel = (cancelOptions?: CancelOptions): void => {
88
if
(!isResolved()) {
Callers
5
cancel
Function · 0.85
resolve
Function · 0.85
reject
Function · 0.85
pause
Function · 0.85
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…