MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getStore

Function getStore

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

Source from the content-addressed store, hash-verified

244 const allSortKeys = mapNew();
245 const storeListenerIds = mapNew();
246 const getStore = () => store;
247 const getThingIds = () => mapKeys(tableIds);
248 const forEachThing = (cb) => mapForEach(things, cb);
249 const hasThing = (id2) => collHas(things, id2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…