Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ canStart
Function
canStart
packages/query-core/src/retryer.ts:108–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
config.canRun()
107
108
const
canStart = () => canFetch(config.networkMode) && config.canRun()
109
110
const
resolve = (value: any) => {
111
if
(!isResolved()) {
Callers
1
createRetryer
Function · 0.85
Calls
2
canFetch
Function · 0.85
canRun
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…