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

Method delCell

src/@types/store/index.d.ts:598–598  ·  view source on GitHub ↗
(tableId: Id, rowId: Id, cellId: Id, forceDel?: boolean)

Source from the content-addressed store, hash-verified

596
597 /// Store.delCell
598 delCell(tableId: Id, rowId: Id, cellId: Id, forceDel?: boolean): this;
599
600 /// Store.delValues
601 delValues(): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected