hcifootprintFunctions
fromLiveStore
Function: fromLiveStore()
fromLiveStore(
store):LiveSource
Defined in: src/graph/sources/from-live-store.ts:135
Read a live action store into a LiveSource. Declare it in sources so every
createSession() wires it (and detachSources() releases it) — or use the
direct door: const detach = fromLiveStore(store).attach(session).