MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getCell

Function getCell

src/queries/index.ts:737–738  ·  view source on GitHub ↗
(cellId: Id)

Source from the content-addressed store, hash-verified

735 toJoinAliases: Ids,
736 ) => {
737 const getCell = (cellId: Id) =>
738 sourceStore.getCell(tableId, rowId, cellId);
739 arrayForEach(toJoinAliases, (joinAlias) => {
740 const [
741 realJoinedTableId,

Callers 1

joinFunction · 0.70

Calls 1

getCellMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…