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

Method hasCell

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

Source from the content-addressed store, hash-verified

503
504 /// Store.hasCell
505 hasCell(tableId: Id, rowId: Id, cellId: Id): boolean;
506
507 /// Store.hasValues
508 hasValues(): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected