MCPcopy Index your code
hub / github.com/tinyplex/tinybase / setTablesJson

Function setTablesJson

src/store/index.ts:1757–1760  ·  view source on GitHub ↗
(tablesJson: Json)

Source from the content-addressed store, hash-verified

1755 );
1756
1757 const setTablesJson = (tablesJson: Json): Store => {
1758 tryCatch(() => setOrDelTables(jsonParse(tablesJson)));
1759 return store;
1760 };
1761
1762 const setValuesJson = (valuesJson: Json): Store => {
1763 tryCatch(() => setOrDelValues(jsonParse(valuesJson)));

Callers 1

setJsonFunction · 0.70

Calls 2

tryCatchFunction · 0.90
setOrDelTablesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…