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

Method setCell

src/@types/store/index.d.ts:556–556  ·  view source on GitHub ↗
(tableId: Id, rowId: Id, cellId: Id, cell: Cell | MapCell)

Source from the content-addressed store, hash-verified

554
555 /// Store.setCell
556 setCell(tableId: Id, rowId: Id, cellId: Id, cell: Cell | MapCell): this;
557
558 /// Store.setValues
559 setValues(values: Values): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected