()
| 1556 | const getTablesJson = (): Json => jsonStringWithMap(tablesMap); |
| 1557 | |
| 1558 | const getValuesJson = (): Json => jsonStringWithMap(valuesMap); |
| 1559 | |
| 1560 | const getJson = (): Json => jsonStringWithMap([tablesMap, valuesMap]); |
| 1561 |
nothing calls this directly
no test coverage detected
searching dependent graphs…