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

Function delCells

test/unit/core/other/indexes.test.ts:25–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 .setCell('t1', 'r4', 'c2', 'even');
24
25const delCells = () =>
26 store
27 .delCell('t1', 'r4', 'c2')
28 .delCell('t1', 'r4', 'c1')
29 .delRow('t1', 'r3')
30 .delRow('t1', 'r2')
31 .delTable('t1')
32 .delTables();
33
34const firstOrSecondLetter = (getCell: GetCell) =>
35 (getCell('c1') as string)[getCell('c2') === 'odd' ? 0 : 1];

Callers 1

indexes.test.tsFile · 0.70

Calls 4

delTablesMethod · 0.65
delTableMethod · 0.65
delRowMethod · 0.65
delCellMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…