MCPcopy Create free account
hub / github.com/effect-app/libs / setQueryCacheUpdater

Function setQueryCacheUpdater

packages/vue/src/query.ts:172–174  ·  view source on GitHub ↗
(updater: QueryCacheUpdater)

Source from the content-addressed store, hash-verified

170})
171
172export const atomQueryCacheUpdater = makeAtomQueryCacheUpdater(true)
173export const optionalAtomQueryCacheUpdater = makeAtomQueryCacheUpdater(false)
174
175export const combineQueryCacheUpdaters = (first: QueryCacheUpdater, second: QueryCacheUpdater): QueryCacheUpdater => ({
176 update: (registry, query, input, updater) => {
177 first.update(registry, query, input, updater)

Callers 1

makeClientFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…