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

Method hasTableCell

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

Source from the content-addressed store, hash-verified

497
498 /// Store.hasTableCell
499 hasTableCell(tableId: Id, cellId: Id): boolean;
500
501 /// Store.hasRow
502 hasRow(tableId: Id, rowId: Id): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected