MCPcopy
hub / github.com/tinyplex/tinybase / cellId

Function cellId

test/unit/core/other/queries.test.ts:25–25  ·  view source on GitHub ↗
(cellId: Id)

Source from the content-addressed store, hash-verified

23 numberPrefix = '',
24) => {
25 const cellId = (cellId: Id) => `${cellId}${cellIdSuffix}`;
26 const string = (string: Id) => `${string}${stringSuffix}`;
27 const number = (number: number) =>
28 numberPrefix === '' ? number : `${numberPrefix}${number}`;

Callers 2

setCellsFunction · 0.70
delCellsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…