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

Method addRow

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

Source from the content-addressed store, hash-verified

548
549 /// Store.addRow
550 addRow(tableId: Id, row: Row, reuseRowIds?: boolean): Id | undefined;
551
552 /// Store.setPartialRow
553 setPartialRow(tableId: Id, rowId: Id, partialRow: Row): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected