Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected