(tablesSchema: TablesSchema, valuesSchema?: ValuesSchema)
| 584 | |
| 585 | /// Store.setSchema |
| 586 | setSchema(tablesSchema: TablesSchema, valuesSchema?: ValuesSchema): this; |
| 587 | |
| 588 | /// Store.delTables |
| 589 | delTables(): this; |
nothing calls this directly
no outgoing calls
no test coverage detected