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

Function setCells

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

Source from the content-addressed store, hash-verified

12let listener: MetricsListener;
13
14const setCells = () =>
15 store
16 .setTables({t1: {r1: {c1: 1}}})
17 .setTable('t1', {r1: {c1: 1}, r2: {c1: 2}})
18 .setRow('t1', 'r3', {c1: 3})
19 .setCell('t1', 'r4', 'c1', 4)
20 .setCell('t1', 'r4', 'c1', 5);
21
22const delCells = () =>
23 store

Callers 1

metrics.test.tsFile · 0.70

Calls 4

setCellMethod · 0.65
setRowMethod · 0.65
setTableMethod · 0.65
setTablesMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…