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

Method delRow

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

Source from the content-addressed store, hash-verified

593
594 /// Store.delRow
595 delRow(tableId: Id, rowId: Id): this;
596
597 /// Store.delCell
598 delCell(tableId: Id, rowId: Id, cellId: Id, forceDel?: boolean): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected