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

Method getRow

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

Source from the content-addressed store, hash-verified

473
474 /// Store.getRow
475 getRow(tableId: Id, rowId: Id): Row;
476
477 /// Store.getCellIds
478 getCellIds(tableId: Id, rowId: Id): Ids;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected