(valuesSchema: ValuesSchema)
| 581 | |
| 582 | /// Store.setValuesSchema |
| 583 | setValuesSchema(valuesSchema: ValuesSchema): this; |
| 584 | |
| 585 | /// Store.setSchema |
| 586 | setSchema(tablesSchema: TablesSchema, valuesSchema?: ValuesSchema): this; |
nothing calls this directly
no outgoing calls
no test coverage detected