MCPcopy
hub / github.com/tinyplex/tinybase / getPreStore

Function getPreStore

src/queries/index.ts:181–182  ·  view source on GitHub ↗
(queryId: Id)

Source from the content-addressed store, hash-verified

179 mapEnsure(resultStores, queryId, createStore);
180
181 const getPreStore = (queryId: Id): Store =>
182 mapEnsure(preStores, queryId, createStore);
183
184 const addPreStoreListener = (
185 preStore: Store,

Callers 1

setQueryDefinitionImplFunction · 0.70

Calls 1

mapEnsureFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…