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

Function setOrDelTables

src/store/index.ts:587–588  ·  view source on GitHub ↗
(tables: Tables)

Source from the content-addressed store, hash-verified

585 );
586
587 const setOrDelTables = (tables: Tables) =>
588 objIsEmpty(tables) ? delTables() : setTables(tables);
589
590 const setOrDelCell = (
591 tableId: Id,

Callers 2

setTablesJsonFunction · 0.70
setJsonFunction · 0.70

Calls 3

objIsEmptyFunction · 0.90
delTablesFunction · 0.70
setTablesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…