()
| 1884 | }); |
| 1885 | |
| 1886 | const delValuesSchema = (): Store => |
| 1887 | fluentTransaction(() => { |
| 1888 | setValidValuesSchema({}); |
| 1889 | hasValuesSchema = false; |
| 1890 | }); |
| 1891 | |
| 1892 | const delSchema = (): Store => |
| 1893 | fluentTransaction(() => { |
no test coverage detected
searching dependent graphs…