MCPcopy Create free account
hub / github.com/TanStack/query / stopWatch

Function stopWatch

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

Source from the content-addressed store, hash-verified

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

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected