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

Function number

test/unit/core/other/queries.test.ts:27–28  ·  view source on GitHub ↗
(number: number)

Source from the content-addressed store, hash-verified

25 const cellId = (cellId: Id) => `${cellId}${cellIdSuffix}`;
26 const string = (string: Id) => `${string}${stringSuffix}`;
27 const number = (number: number) =>
28 numberPrefix === '' ? number : `${numberPrefix}${number}`;
29
30 const r1 = {
31 [cellId('c1')]: string('one'),

Callers 15

handleDockFunction · 0.90
EditableThingFunction · 0.90
getPersistedFunction · 0.90
EditableThingFunction · 0.90
widgetFunction · 0.90
HeaderFunction · 0.90
setCellsFunction · 0.85
EditableThingFunction · 0.85
widgetFunction · 0.85
handleDockFunction · 0.85
EditableThingFunction · 0.85
consequent_2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…