MCPcopy
hub / github.com/TanStack/query / getProxies

Function getProxies

packages/solid-query/src/useQueries.ts:334–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 })
333
334 const getProxies = () =>
335 state.map((s, index) => {
336 return new Proxy(s, handler(index))
337 })
338
339 const [proxyState, setProxyState] = createStore(getProxies())
340 createRenderEffect(() => setProxyState(getProxies()))

Callers 1

useQueriesFunction · 0.85

Calls 1

handlerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…