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

Function setValuesJson

src/store/index.ts:1762–1765  ·  view source on GitHub ↗
(valuesJson: Json)

Source from the content-addressed store, hash-verified

1760 };
1761
1762 const setValuesJson = (valuesJson: Json): Store => {
1763 tryCatch(() => setOrDelValues(jsonParse(valuesJson)));
1764 return store;
1765 };
1766
1767 const setJson = (tablesAndValuesJson: Json): Store =>
1768 fluentTransaction(() =>

Callers

nothing calls this directly

Calls 2

tryCatchFunction · 0.90
setOrDelValuesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…