(tablesSchema, valuesSchema)
| 2066 | } |
| 2067 | }); |
| 2068 | const setSchema = (tablesSchema, valuesSchema) => fluentTransaction(() => { |
| 2069 | setTablesSchema(tablesSchema); |
| 2070 | setValuesSchema(valuesSchema); |
| 2071 | }); |
| 2072 | const delTables = () => fluentTransaction( |
| 2073 | () => whileMutating(() => middleware[7]?.()) ?? true ? setValidTables({}, true) : 0 |
| 2074 | ); |
nothing calls this directly
no test coverage detected
searching dependent graphs…