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

Function setCells

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

Source from the content-addressed store, hash-verified

12let listener: IndexesListener;
13
14const setCells = () =>
15 store
16 .setTables({t1: {r1: {c1: 'one', c2: 'odd'}}})
17 .setTable('t1', {
18 r2: {c1: 'two', c2: 'even'},
19 r3: {c1: 'three', c2: 'odd'},
20 })
21 .setRow('t1', 'r1', {c1: 'one', c2: 'odd'})
22 .setCell('t1', 'r4', 'c1', 'four')
23 .setCell('t1', 'r4', 'c2', 'even');
24
25const delCells = () =>
26 store

Callers 1

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