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

Function tableId

src/ui-svelte/functions.svelte.ts:673–675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

671 return getIndexes()?.getStore();
672 },
673 get tableId() {
674 return getIndexes()?.getTableId(maybeGet(indexId));
675 },
676 };
677};
678

Callers 2

useAddRowCallbackFunction · 0.50
useAddRowCallbackFunction · 0.50

Calls 3

getIndexesFunction · 0.70
maybeGetFunction · 0.70
getTableIdMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…