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

Method getCell

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

Source from the content-addressed store, hash-verified

479
480 /// Store.getCell
481 getCell(tableId: Id, rowId: Id, cellId: Id): CellOrUndefined;
482
483 /// Store.getValues
484 getValues(): Values;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected