(tablesSchema: TablesSchema)
| 578 | |
| 579 | /// Store.setTablesSchema |
| 580 | setTablesSchema(tablesSchema: TablesSchema): this; |
| 581 | |
| 582 | /// Store.setValuesSchema |
| 583 | setValuesSchema(valuesSchema: ValuesSchema): this; |
nothing calls this directly
no outgoing calls
no test coverage detected