MCPcopy Create free account
hub / github.com/tinyplex/tinybase / delLinkedCells

Function delLinkedCells

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

Source from the content-addressed store, hash-verified

673 };
674
675 const delLinkedCells = (): void => {
676 store.delCell('t1', 'r3', 'c2');
677 store.delRow('t1', 'r2');
678 store.delTables();
679 };
680
681 test('Get linked list', () => {
682 relationships.setRelationshipDefinition('r1', 't1', 't1', 'c1');

Callers 1

Calls 3

delCellMethod · 0.65
delRowMethod · 0.65
delTablesMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…