MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getResultStore

Function getResultStore

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:3247–3247  ·  view source on GitHub ↗
(queryId)

Source from the content-addressed store, hash-verified

3245 callListeners
3246 );
3247 const getResultStore = (queryId) => mapEnsure(resultStores, queryId, createStore2);
3248 const getPreStore = (queryId) => mapEnsure(preStores, queryId, createStore2);
3249 const addPreStoreListener = (preStore, queryId, ...listenerIds) => arrayForEach(
3250 listenerIds,

Callers 6

resetPreStoresFunction · 0.70
syncStoreListenersFunction · 0.70
setQueryDefinitionImplFunction · 0.70
joinFunction · 0.70
forEachResultTableFunction · 0.70
index.jsFile · 0.70

Calls 1

mapEnsureFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…