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

Method setValuesSchema

src/@types/store/index.d.ts:583–583  ·  view source on GitHub ↗
(valuesSchema: ValuesSchema)

Source from the content-addressed store, hash-verified

581
582 /// Store.setValuesSchema
583 setValuesSchema(valuesSchema: ValuesSchema): this;
584
585 /// Store.setSchema
586 setSchema(tablesSchema: TablesSchema, valuesSchema?: ValuesSchema): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected