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