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

Function copyRange

src/interaction/createZoomState.ts:78–78  ·  view source on GitHub ↗
(r: ZoomRange)

Source from the content-addressed store, hash-verified

76const normalizeZero = (v: number): number => (Object.is(v, -0) ? 0 : v);
77
78const copyRange = (r: ZoomRange): ZoomRange => ({ start: r.start, end: r.end });
79
80export function createZoomState(
81 initialStart: number,

Callers 1

emitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected