Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ canContinue
Function
canContinue
packages/query-core/src/retryer.ts:103–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
const
canContinue = () =>
104
focusManager.isFocused() &&
105
(config.networkMode ===
'always'
|| onlineManager.isOnline()) &&
106
config.canRun()
107
108
const
canStart = () => canFetch(config.networkMode) && config.canRun()
109
Callers
2
pause
Function · 0.85
run
Function · 0.85
Calls
3
isFocused
Method · 0.80
isOnline
Method · 0.80
canRun
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…