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