Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ updater
Function
updater
packages/vue-query/src/useBaseQuery.ts:135–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
const
updater = () => {
136
observer.setOptions(defaultedOptions.value)
137
updateState(state, observer.getCurrentResult())
138
}
139
140
watch(defaultedOptions, updater)
141
Callers
1
refetch
Function · 0.85
Calls
3
updateState
Function · 0.90
setOptions
Method · 0.45
getCurrentResult
Method · 0.45
Tested by
no test coverage detected