MCPcopy
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

createRetryerFunction · 0.85

Calls 2

canFetchFunction · 0.85
canRunMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…