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

Function delTables

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

Source from the content-addressed store, hash-verified

1810 });
1811
1812 const delTables = (): Store =>
1813 fluentTransaction(() =>
1814 (whileMutating(() => middleware[7]?.()) ?? true)
1815 ? setValidTables({}, true)
1816 : 0,
1817 );
1818
1819 const delTable = (tableId: Id): Store =>
1820 fluentTransaction(

Callers 2

setOrDelTablesFunction · 0.70
setTablesSchemaFunction · 0.70

Calls 3

fluentTransactionFunction · 0.70
whileMutatingFunction · 0.70
setValidTablesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…