Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyplex/tinybase
/ getRowIds
Function
getRowIds
src/store/index.ts:1482–1483 ·
view source on GitHub ↗
(tableId: Id)
Source
from the content-addressed store, hash-verified
1480
collSize(mapGet(tablesMap, id(tableId)));
1481
1482
const
getRowIds = (tableId: Id): Ids =>
1483
mapKeys(mapGet(tablesMap, id(tableId)));
1484
1485
const
getSortedRowIds = (
1486
tableIdOrArgs: Id | SortedRowIdsArgs,
Callers
1
Getters
Function · 0.50
Calls
3
mapKeys
Function · 0.90
mapGet
Function · 0.90
id
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…