MCPcopy
hub / github.com/tinyplex/tinybase / delValuesSchema

Function delValuesSchema

src/store/index.ts:1886–1890  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1884 });
1885
1886 const delValuesSchema = (): Store =>
1887 fluentTransaction(() => {
1888 setValidValuesSchema({});
1889 hasValuesSchema = false;
1890 });
1891
1892 const delSchema = (): Store =>
1893 fluentTransaction(() => {

Callers 2

setValuesSchemaFunction · 0.70
delSchemaFunction · 0.70

Calls 2

fluentTransactionFunction · 0.70
setValidValuesSchemaFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…