Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
useQueries
Function · 0.85
Calls
1
handler
Function · 0.85
Tested by
no test coverage detected