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

Method setPartialRow

src/@types/store/index.d.ts:553–553  ·  view source on GitHub ↗
(tableId: Id, rowId: Id, partialRow: Row)

Source from the content-addressed store, hash-verified

551
552 /// Store.setPartialRow
553 setPartialRow(tableId: Id, rowId: Id, partialRow: Row): this;
554
555 /// Store.setCell
556 setCell(tableId: Id, rowId: Id, cellId: Id, cell: Cell | MapCell): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected