(valuesJson: Json)
| 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(() => |
nothing calls this directly
no test coverage detected
searching dependent graphs…