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

Method setRow

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

Source from the content-addressed store, hash-verified

545
546 /// Store.setRow
547 setRow(tableId: Id, rowId: Id, row: Row): this;
548
549 /// Store.addRow
550 addRow(tableId: Id, row: Row, reuseRowIds?: boolean): Id | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected