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

Function getTableId

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

Source from the content-addressed store, hash-verified

76 const hasThing = (id: Id): boolean => collHas(things, id);
77
78 const getTableId = (id: Id): Id => mapGet(tableIds, id) as Id;
79
80 const getThing = (id: Id): Thing | undefined => mapGet(things, id);
81

Callers 2

setQueryDefinitionImplFunction · 0.50
forEachSliceImplFunction · 0.50

Calls 1

mapGetFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…