(tablesJson: Json)
| 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))); |
no test coverage detected
searching dependent graphs…