MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / round

Function round

packages/cli/src/utils/motionAudit.ts:46–48  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

44}
45
46function round(value: number): number {
47 return Math.round(value * 100) / 100;
48}
49
50function everMatched(frames: MotionFrame[], selector: string): boolean {
51 return frames.some((frame) => frame.data[selector] != null);

Callers 13

appearsByFunction · 0.70
labelFunction · 0.70
staysInFrameFunction · 0.70
flushFunction · 0.70
generate_bgmFunction · 0.50
extractFunction · 0.50
classify_metricFunction · 0.50
frame_atFunction · 0.50
energy_structureFunction · 0.50
detect_rollsFunction · 0.50
round3Function · 0.50
derive_phase_budgetsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected