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

Method getSeriesData

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

* Returns the last CPU-side data set for the given series index. * * This is intended for internal metadata/hit-testing paths that need the same * input array that was packed into the GPU buffer (without re-threading it * through other state). Throws if the series has not been set yet.

(index: number)

Source from the content-addressed store, hash-verified

33 * through other state). Throws if the series has not been set yet.
34 */
35 getSeriesData(index: number): ReadonlyArray<DataPoint>;
36 dispose(): void;
37}
38

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected