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

Function invert

src/core/createRenderCoordinator.ts:1461–1463  ·  view source on GitHub ↗
(pixel: number)

Source from the content-addressed store, hash-verified

1459 return baselineClip + (v - baselineClip) * p;
1460 },
1461 invert(pixel: number) {
1462 return baseYScale.invert(pixel);
1463 },
1464 };
1465
1466 return wrapper;

Callers

nothing calls this directly

Calls 1

invertMethod · 0.80

Tested by

no test coverage detected