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

Function assertNotDisposed

src/renderers/createGridRenderer.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('GridRenderer is disposed.');
191 };
192
193 const prepare: GridRenderer['prepare'] = (gridArea, lineCountOrOptions) => {
194 assertNotDisposed();

Callers 2

prepareFunction · 0.70
renderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected