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

Function getTableId

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

Source from the content-addressed store, hash-verified

248 const forEachThing = (cb) => mapForEach(things, cb);
249 const hasThing = (id2) => collHas(things, id2);
250 const getTableId = (id2) => mapGet(tableIds, id2);
251 const getThing = (id2) => mapGet(things, id2);
252 const setThing = (id2, thing) => mapSet(things, id2, thing);
253 const addStoreListeners = (id2, ...listenerIds) => {

Callers 2

forEachSliceImplFunction · 0.70
setQueryDefinitionImplFunction · 0.70

Calls 1

mapGetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…