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

Function assertNotDisposed

src/renderers/createAreaRenderer.ts:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 let vertexCount = 0;
188
189 const assertNotDisposed = (): void => {
190 if (disposed) throw new Error('AreaRenderer is disposed.');
191 };
192
193 const writeVsUniforms = (ax: number, bx: number, ay: number, by: number, baseline: number): void => {
194 // VSUniforms:

Callers 2

prepareFunction · 0.70
renderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected