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

Function getTanstackQueryClient

packages/vue/src/makeClient.ts:748–748  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

746 let atomRt: AtomClientRuntime | undefined
747 const getAtomRt =
748 () => (atomRt ??= makeAtomClientRuntime(() => Layer.succeedContext(getBaseRt()), getBaseMrt().memoMap))
749
750 const legacyQueryEngine = options?.legacyQueryEngine ?? "tanstack"
751 let tanstackQueryClient: ReturnType<typeof makeTanstackQueryClient> | undefined

Callers 1

makeClientFunction · 0.85

Calls 1

makeTanstackQueryClientFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…