Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ setTablesJson
Method
setTablesJson
src/@types/store/index.d.ts:571–571 ·
view source on GitHub ↗
(tablesJson: Json)
Source
from the content-addressed store, hash-verified
569
570
/// Store.setTablesJson
571
setTablesJson(tablesJson: Json): this;
572
573
/// Store.setValuesJson
574
setValuesJson(valuesJson: Json): this;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected