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

Function getAtomRt

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

Source from the content-addressed store, hash-verified

742 const useCommand = () => cmd ??= getBaseMrt().runSync(makeCommand)
743
744 // one AtomRuntime for the query engine, built lazily from the live app context;
745 // shares the ManagedRuntime memoMap so layers + Reactivity are the same instances.
746 let atomRt: AtomClientRuntime | undefined
747 const getAtomRt =

Callers 6

makeQueryViewFunction · 0.85
useQueryFamilyFunction · 0.85
useQueryAtomFunction · 0.85
useStreamQueryFamilyFunction · 0.85
useStreamQueryAtomFunction · 0.85
useStreamQueryNewFunction · 0.85

Calls 2

makeAtomClientRuntimeFunction · 0.90
getBaseRtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…