Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
76
const
normalizeZero = (v: number): number => (Object.is(v, -0) ? 0 : v);
77
78
const
copyRange = (r: ZoomRange): ZoomRange => ({ start: r.start, end: r.end });
79
80
export
function
createZoomState(
81
initialStart: number,
Callers
1
emit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected