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

Function delValidTable

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:1437–1442  ·  view source on GitHub ↗
(tableId)

Source from the content-addressed store, hash-verified

1435 return mapNew();
1436 });
1437 const delValidTable = (tableId) => {
1438 if (whileMutating(() => middleware[8]?.(tableId)) ?? true) {
1439 return setValidTable(tableId, {}, true);
1440 }
1441 return mapGet(tablesMap, tableId);
1442 };
1443 const delValidRow = (tableId, tableMap, rowId) => {
1444 if (whileMutating(() => middleware[9]?.(tableId, rowId)) ?? true) {
1445 const [, releaseId] = mapGet(tablePoolFunctions, tableId);

Callers 2

setValidTablesFunction · 0.70
delTableFunction · 0.70

Calls 3

whileMutatingFunction · 0.70
setValidTableFunction · 0.70
mapGetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…