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

Function getYValue

src/ui-react-dom-charts/common/data.ts:425–428  ·  view source on GitHub ↗
(
  cell: CellOrUndefined | ResultCellOrUndefined,
)

Source from the content-addressed store, hash-verified

423 : undefined;
424
425const getYValue = (
426 cell: CellOrUndefined | ResultCellOrUndefined,
427): number | undefined =>
428 isNumber(cell) && isFiniteNumber(cell) ? cell : undefined;

Callers 1

getDataPointFunction · 0.70

Calls 1

isNumberFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…