MCPcopy Index your code
hub / github.com/tinyplex/tinybase / delSchema

Function delSchema

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

Source from the content-addressed store, hash-verified

1890 });
1891
1892 const delSchema = (): Store =>
1893 fluentTransaction(() => {
1894 delTablesSchema();
1895 delValuesSchema();
1896 });
1897
1898 const transaction = <Return>(
1899 actions: () => Return,

Callers

nothing calls this directly

Calls 3

fluentTransactionFunction · 0.70
delTablesSchemaFunction · 0.70
delValuesSchemaFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…