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

Method getSeriesPointCount

src/data/createDataStore.ts:27–27  ·  view source on GitHub ↗

* Returns the number of points last set for the given series index. * * Throws if the series has not been set yet.

(index: number)

Source from the content-addressed store, hash-verified

25 * Throws if the series has not been set yet.
26 */
27 getSeriesPointCount(index: number): number;
28 /**
29 * Returns the last CPU-side data set for the given series index.
30 *

Callers 2

renderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected