MCPcopy Create free account
hub / github.com/ChartGPU/ChartGPU / cancelZoomResampleDebounce

Function cancelZoomResampleDebounce

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

Source from the content-addressed store, hash-verified

2060 };
2061
2062 const cancelZoomResampleDebounce = (): void => {
2063 if (zoomResampleDebounceTimer !== null) {
2064 clearTimeout(zoomResampleDebounceTimer);
2065 zoomResampleDebounceTimer = null;
2066 }
2067 };
2068
2069 const flushPendingAppends = (): boolean => {
2070 if (pendingAppendByIndex.size === 0) return false;

Callers 4

executeFlushFunction · 0.85
scheduleZoomResampleFunction · 0.85
setOptionsFunction · 0.85
disposeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected