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

Function cancelPendingFrame

src/ChartGPU.ts:575–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

573 const hasClickListeners = (): boolean => listeners.click.size > 0;
574
575 const cancelPendingFrame = (): void => {
576 if (scheduledRaf === null) return;
577 cancelAnimationFrame(scheduledRaf);
578 scheduledRaf = null;
579 };
580
581 const requestRender = (): void => {
582 if (disposed) return;

Callers 1

disposeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected