()
| 1879 | const getJson = () => jsonStringWithMap([tablesMap, valuesMap]); |
| 1880 | const getTablesSchemaJson = () => jsonStringWithMap(tablesSchemaMap); |
| 1881 | const getValuesSchemaJson = () => jsonStringWithMap(valuesSchemaMap); |
| 1882 | const getSchemaJson = () => jsonStringWithMap([tablesSchemaMap, valuesSchemaMap]); |
| 1883 | const setContent = (content) => fluentTransaction(() => { |
| 1884 | const content2 = isFunction(content) ? content() : content; |
nothing calls this directly
no test coverage detected
searching dependent graphs…