()
| 1878 | ); |
| 1879 | |
| 1880 | const delTablesSchema = (): Store => |
| 1881 | fluentTransaction(() => { |
| 1882 | setValidTablesSchema({}); |
| 1883 | hasTablesSchema = false; |
| 1884 | }); |
| 1885 | |
| 1886 | const delValuesSchema = (): Store => |
| 1887 | fluentTransaction(() => { |
no test coverage detected
searching dependent graphs…