Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ hasTable
Method
hasTable
src/@types/store/index.d.ts:496–496 ·
view source on GitHub ↗
(tableId: Id)
Source
from the content-addressed store, hash-verified
494
495
/// Store.hasTable
496
hasTable(tableId: Id): boolean;
497
498
/// Store.hasTableCell
499
hasTableCell(tableId: Id, cellId: Id): boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected