Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ getTableCellIds
Method
getTableCellIds
src/@types/store/index.d.ts:454–454 ·
view source on GitHub ↗
(tableId: Id)
Source
from the content-addressed store, hash-verified
452
453
/// Store.getTableCellIds
454
getTableCellIds(tableId: Id): Ids;
455
456
/// Store.getRowCount
457
getRowCount(tableId: Id): number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected