MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / getSeriesPointCount

Function getSeriesPointCount

src/data/createDataStore.ts:300–302  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

298 };
299
300 const getSeriesPointCount = (index: number): number => {
301 return getSeriesEntry(index).pointCount;
302 };
303
304 const getSeriesData = (index: number): ReadonlyArray<DataPoint> => {
305 return getSeriesEntry(index).data;

Callers

nothing calls this directly

Calls 1

getSeriesEntryFunction · 0.85

Tested by

no test coverage detected