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

Method setSchema

src/@types/store/index.d.ts:586–586  ·  view source on GitHub ↗
(tablesSchema: TablesSchema, valuesSchema?: ValuesSchema)

Source from the content-addressed store, hash-verified

584
585 /// Store.setSchema
586 setSchema(tablesSchema: TablesSchema, valuesSchema?: ValuesSchema): this;
587
588 /// Store.delTables
589 delTables(): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected