()
| 1554 | const hasValue = (valueId: Id): boolean => collHas(valuesMap, id(valueId)); |
| 1555 | |
| 1556 | const getTablesJson = (): Json => jsonStringWithMap(tablesMap); |
| 1557 | |
| 1558 | const getValuesJson = (): Json => jsonStringWithMap(valuesMap); |
| 1559 |
nothing calls this directly
no test coverage detected
searching dependent graphs…