MCPcopy
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

pauseFunction · 0.85
runFunction · 0.85

Calls 3

isFocusedMethod · 0.80
isOnlineMethod · 0.80
canRunMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…