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

Function getRange

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

Source from the content-addressed store, hash-verified

696
697 const createCoordinatorZoomStateLike = (): ZoomState => {
698 const getRange: ZoomState['getRange'] = () => coordinator?.getZoomRange() ?? { start: 0, end: 100 };
699 const setRange: ZoomState['setRange'] = (start, end) => {
700 coordinator?.setZoomRange(start, end);
701 };

Callers

nothing calls this directly

Calls 1

getZoomRangeMethod · 0.65

Tested by

no test coverage detected