MCPcopy Create free account
hub / github.com/tinyplex/tinybase / setJson

Method setJson

src/@types/store/index.d.ts:577–577  ·  view source on GitHub ↗
(tablesAndValuesJson: Json)

Source from the content-addressed store, hash-verified

575
576 /// Store.setJson
577 setJson(tablesAndValuesJson: Json): this;
578
579 /// Store.setTablesSchema
580 setTablesSchema(tablesSchema: TablesSchema): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected