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

Function delTable

src/store/index.ts:1819–1823  ·  view source on GitHub ↗
(tableId: Id)

Source from the content-addressed store, hash-verified

1817 );
1818
1819 const delTable = (tableId: Id): Store =>
1820 fluentTransaction(
1821 (tableId) => (collHas(tablesMap, tableId) ? delValidTable(tableId) : 0),
1822 tableId,
1823 );
1824
1825 const delRow = (tableId: Id, rowId: Id): Store =>
1826 fluentTransaction(

Callers 1

applyChangesFunction · 0.70

Calls 3

collHasFunction · 0.90
fluentTransactionFunction · 0.70
delValidTableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…