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

Function assertNotDisposed

src/renderers/createPieRenderer.ts:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 let lastScissor: { readonly x: number; readonly y: number; readonly w: number; readonly h: number } | null = null;
212
213 const assertNotDisposed = (): void => {
214 if (disposed) throw new Error('PieRenderer is disposed.');
215 };
216
217 const ensureCpuInstanceCapacityFloats = (requiredFloats: number): void => {
218 if (requiredFloats <= cpuInstanceStagingF32.length) return;

Callers 2

prepareFunction · 0.70
renderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected