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

Method getCellIds

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

Source from the content-addressed store, hash-verified

476
477 /// Store.getCellIds
478 getCellIds(tableId: Id, rowId: Id): Ids;
479
480 /// Store.getCell
481 getCell(tableId: Id, rowId: Id, cellId: Id): CellOrUndefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected