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

Function assertNotDisposed

src/core/createRenderCoordinator.ts:2992–2994  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2990 ensureCandlestickRendererCount(currentOptions.series.length);
2991
2992 const assertNotDisposed = (): void => {
2993 if (disposed) throw new Error('RenderCoordinator is disposed.');
2994 };
2995
2996 const cancelUpdateTransition = (): void => {
2997 if (updateAnimId) {

Callers 8

setOptionsFunction · 0.70
appendDataFunction · 0.70
renderFunction · 0.70
handlePointerEventFunction · 0.70
setInteractionXFunction · 0.70
onInteractionXChangeFunction · 0.70
setZoomRangeFunction · 0.70
onZoomRangeChangeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected