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

Function delTablesSchema

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

Source from the content-addressed store, hash-verified

1878 );
1879
1880 const delTablesSchema = (): Store =>
1881 fluentTransaction(() => {
1882 setValidTablesSchema({});
1883 hasTablesSchema = false;
1884 });
1885
1886 const delValuesSchema = (): Store =>
1887 fluentTransaction(() => {

Callers 1

delSchemaFunction · 0.70

Calls 2

fluentTransactionFunction · 0.70
setValidTablesSchemaFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…