MCPcopy Create free account
hub / github.com/tinyplex/tinybase / setTablesSchema

Method setTablesSchema

src/@types/store/index.d.ts:580–580  ·  view source on GitHub ↗
(tablesSchema: TablesSchema)

Source from the content-addressed store, hash-verified

578
579 /// Store.setTablesSchema
580 setTablesSchema(tablesSchema: TablesSchema): this;
581
582 /// Store.setValuesSchema
583 setValuesSchema(valuesSchema: ValuesSchema): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected