()
| 1890 | }); |
| 1891 | |
| 1892 | const delSchema = (): Store => |
| 1893 | fluentTransaction(() => { |
| 1894 | delTablesSchema(); |
| 1895 | delValuesSchema(); |
| 1896 | }); |
| 1897 | |
| 1898 | const transaction = <Return>( |
| 1899 | actions: () => Return, |
nothing calls this directly
no test coverage detected
searching dependent graphs…