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

Function combineQueryCacheUpdaters

packages/vue/src/query.ts:163–168  ·  view source on GitHub ↗
(first: QueryCacheUpdater, second: QueryCacheUpdater)

Source from the content-addressed store, hash-verified

161 console.warn(`Query ${query.id} has not been used yet; nothing to update`)
162 }
163 return
164 }
165 const atom: Atom.Writable<AsyncResult.AsyncResult<A, E>, AsyncResult.AsyncResult<A, E>> = family(input)
166 const current = registry.get(atom)
167 const next = AsyncResult.map(current, updater)
168 registry.set(atom, next)
169 }
170})
171

Callers 1

makeClientFunction · 0.90

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…