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

Function tableIdsChanged

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

Source from the content-addressed store, hash-verified

1489 }
1490 };
1491 const tableIdsChanged = (tableId, addedOrRemoved) => idsChanged(changedTableIds, tableId, addedOrRemoved);
1492 const rowIdsChanged = (tableId, rowId, addedOrRemoved) => idsChanged(
1493 mapEnsure(changedRowIds, tableId, mapNew),
1494 rowId,

Callers 3

setValidTableFunction · 0.70
getOrCreateTableFunction · 0.70
delValidCellFunction · 0.70

Calls 1

idsChangedFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…