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

Function getTables

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

Source from the content-addressed store, hash-verified

1834 const getContent = () => [getTables(), getValues()];
1835 const getEncodedContent = () => [mapToObj3(tablesMap), mapToObj(valuesMap)];
1836 const getTables = () => mapToObj3(tablesMap, decodeIfJson);
1837 const getTableIds = () => mapKeys(tablesMap);
1838 const getTable = (tableId) => mapToObj2(mapGet(tablesMap, id(tableId)), decodeIfJson);
1839 const getTableCellIds = (tableId) => mapKeys(mapGet(tableCellIds, id(tableId)));

Callers 2

getContentFunction · 0.70
setTablesSchemaFunction · 0.70

Calls 1

mapToObj3Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…