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

Function setLinkedCells

test/unit/core/other/relationships.test.ts:666–673  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664
665describe('Linked lists', () => {
666 const setLinkedCells = (): void => {
667 store.setTables({
668 t1: {r1: {c1: 'r2'}, r2: {c1: ''}},
669 });
670 store.setTable('t1', {r1: {c1: 'r2'}, r2: {c1: ''}, r3: {c1: ''}});
671 store.setRow('t1', 'r2', {c1: 'r3'});
672 store.setCell('t1', 'r3', 'c1', 'r4');
673 };
674
675 const delLinkedCells = (): void => {
676 store.delCell('t1', 'r3', 'c2');

Callers 1

Calls 4

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

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…