MCPcopy Index your code
hub / github.com/TanStack/query / stopWatch

Function stopWatch

packages/vue-query/src/useBaseQuery.ts:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 return new Promise<QueryObserverResult<TData, TError>>(
150 (resolve, reject) => {
151 let stopWatch = () => {
152 // noop
153 }
154 const run = () => {
155 if (defaultedOptions.value.enabled !== false) {
156 // fix #6133

Callers 1

runFunction · 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…