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

Function delCells

test/unit/core/other/metrics.test.ts:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 .setCell('t1', 'r4', 'c1', 5);
21
22const delCells = () =>
23 store
24 .delCell('t1', 'r4', 'c1')
25 .delRow('t1', 'r2')
26 .delRow('t1', 'r3')
27 .delTable('t1')
28 .delTables();
29
30beforeEach(() => {
31 store = createStore();

Callers 1

metrics.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…