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

Function setZoomRange

src/ChartGPU.ts:1404–1407  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

1402 return coordinator?.getZoomRange() ?? null;
1403 },
1404 setZoomRange(start, end) {
1405 if (disposed) return;
1406 coordinator?.setZoomRange(start, end);
1407 },
1408 getPerformanceMetrics() {
1409 if (disposed) return null;
1410 return calculatePerformanceMetrics();

Callers

nothing calls this directly

Calls 1

setZoomRangeMethod · 0.65

Tested by

no test coverage detected