MCPcopy Index your code
hub / github.com/TanStack/query / reconcile

Function reconcile

packages/solid-query/src/__tests__/useQuery.test.tsx:4582–4584  ·  view source on GitHub ↗
(oldData, newData)

Source from the content-addressed store, hash-verified

4580 },
4581 select: (res) => res.map((x) => x + 1),
4582 reconcile(oldData, newData) {
4583 return reconcile(newData)(oldData)
4584 },
4585 }))
4586
4587 createEffect(() => {

Callers 2

reconcileFnFunction · 0.85
PageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…