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

Method hasRow

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

Source from the content-addressed store, hash-verified

500
501 /// Store.hasRow
502 hasRow(tableId: Id, rowId: Id): boolean;
503
504 /// Store.hasCell
505 hasCell(tableId: Id, rowId: Id, cellId: Id): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected