Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ setTables
Method
setTables
src/@types/store/index.d.ts:541–541 ·
view source on GitHub ↗
(tables: Tables)
Source
from the content-addressed store, hash-verified
539
540
/// Store.setTables
541
setTables(tables: Tables): this;
542
543
/// Store.setTable
544
setTable(tableId: Id, table: Table): this;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected