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