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

Function getSeriesData

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

Source from the content-addressed store, hash-verified

302 };
303
304 const getSeriesData = (index: number): ReadonlyArray<DataPoint> => {
305 return getSeriesEntry(index).data;
306 };
307
308 const dispose = (): void => {
309 if (disposed) return;

Callers

nothing calls this directly

Calls 1

getSeriesEntryFunction · 0.85

Tested by

no test coverage detected