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

Function getStore

src/common/definable.ts:69–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 const storeListenerIds: IdSet2 = mapNew();
68
69 const getStore = (): Store => store;
70
71 const getThingIds = (): Ids => mapKeys(tableIds);
72

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…