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

Function getResultStore

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

Source from the content-addressed store, hash-verified

176 );
177
178 const getResultStore = (queryId: Id): Store =>
179 mapEnsure(resultStores, queryId, createStore);
180
181 const getPreStore = (queryId: Id): Store =>
182 mapEnsure(preStores, queryId, createStore);

Callers 6

resetPreStoresFunction · 0.70
syncStoreListenersFunction · 0.70
setQueryDefinitionImplFunction · 0.70
joinFunction · 0.70
forEachResultTableFunction · 0.70
index.tsFile · 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…