MCPcopy Create free account
hub / github.com/ChartGPU/ChartGPU / assertNotDisposed

Function assertNotDisposed

src/renderers/createScatterDensityRenderer.ts:259–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257 let zeroBinsStaging = new Uint32Array(0);
258
259 const assertNotDisposed = (): void => {
260 if (disposed) throw new Error('ScatterDensityRenderer is disposed.');
261 };
262
263 const ensureLut = (seriesConfig: ResolvedScatterSeriesConfig): void => {
264 const key = colormapKey(seriesConfig.densityColormap);

Callers 3

prepareFunction · 0.70
encodeComputeFunction · 0.70
renderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected