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

Function store

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

Source from the content-addressed store, hash-verified

668 const getIndexes = resolveIndexes(indexesOrId);
669 return {
670 get store() {
671 return getIndexes()?.getStore();
672 },
673 get tableId() {
674 return getIndexes()?.getTableId(maybeGet(indexId));
675 },

Callers 8

useHasTableCallbackFunction · 0.50
useHasRowCallbackFunction · 0.50
useHasValueCallbackFunction · 0.50
StoreViewFunction · 0.50
BodyFunction · 0.50
EditableCellViewFunction · 0.50
EditableValueViewFunction · 0.50

Calls 3

getIndexesFunction · 0.70
getRelationshipsFunction · 0.70
getStoreMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…