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

Function getTable

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-inspector/index.js:2333–2333  ·  view source on GitHub ↗
(tableId)

Source from the content-addressed store, hash-verified

2331 const getTables = () => mapToObj3(tablesMap, decodeIfJson);
2332 const getTableIds = () => mapKeys(tablesMap);
2333 const getTable = (tableId) => mapToObj2(mapGet(tablesMap, id(tableId)), decodeIfJson);
2334 const getTableCellIds = (tableId) => mapKeys(mapGet(tableCellIds, id(tableId)));
2335 const getRowCount = (tableId) => collSize(mapGet(tablesMap, id(tableId)));
2336 const getRowIds = (tableId) => mapKeys(mapGet(tablesMap, id(tableId)));

Callers

nothing calls this directly

Calls 3

mapToObj2Function · 0.70
mapGetFunction · 0.70
idFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…