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

Function requestRender

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

Source from the content-addressed store, hash-verified

2034 };
2035
2036 const requestRender = (): void => {
2037 callbacks?.onRequestRender?.();
2038 };
2039
2040 const isFullSpanZoomRange = (range: ZoomRange | null): boolean => {
2041 if (!range) return true;

Callers 8

executeFlushFunction · 0.70
onMouseMoveFunction · 0.70
onMouseLeaveFunction · 0.70
updateZoomFunction · 0.70
setOptionsFunction · 0.70
renderFunction · 0.70
handlePointerEventFunction · 0.70
setInteractionXFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected