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

Function round3

packages/cli/src/whisper/normalize.ts:291–293  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

289}
290
291function round3(n: number): number {
292 return Math.round(n * 1000) / 1000;
293}
294
295function timestampParts(seconds: number): {
296 hours: number;

Callers 5

interpolateZeroDurationFunction · 0.70
parseWhisperCppFunction · 0.70
parseOpenAIFunction · 0.70
pushCueFunction · 0.70
loadTranscriptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected