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

Function getZoomRange

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

Source from the content-addressed store, hash-verified

5010 };
5011
5012 const getZoomRange: RenderCoordinator['getZoomRange'] = () => {
5013 return zoomState?.getRange() ?? null;
5014 };
5015
5016 const setZoomRange: RenderCoordinator['setZoomRange'] = (start, end) => {
5017 assertNotDisposed();

Callers

nothing calls this directly

Calls 1

getRangeMethod · 0.80

Tested by

no test coverage detected