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

Function getThingIds

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

Source from the content-addressed store, hash-verified

69 const getStore = (): Store => store;
70
71 const getThingIds = (): Ids => mapKeys(tableIds);
72
73 const forEachThing = (cb: (id: Id, value: Thing) => void): void =>
74 mapForEach(things, cb);

Callers

nothing calls this directly

Calls 1

mapKeysFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…