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

Function getRowIds

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

Source from the content-addressed store, hash-verified

1839 const getTableCellIds = (tableId) => mapKeys(mapGet(tableCellIds, id(tableId)));
1840 const getRowCount = (tableId) => collSize(mapGet(tablesMap, id(tableId)));
1841 const getRowIds = (tableId) => mapKeys(mapGet(tablesMap, id(tableId)));
1842 const getSortedRowIds = (tableIdOrArgs, cellId, descending, offset = 0, limit) => isObject(tableIdOrArgs) ? getSortedRowIds(
1843 tableIdOrArgs.tableId,
1844 tableIdOrArgs.cellId,

Callers

nothing calls this directly

Calls 3

mapKeysFunction · 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…