Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
function
round3(n: number): number {
292
return
Math.round(n * 1000) / 1000;
293
}
294
295
function
timestampParts(seconds: number): {
296
hours: number;
Callers
5
interpolateZeroDuration
Function · 0.70
parseWhisperCpp
Function · 0.70
parseOpenAI
Function · 0.70
pushCue
Function · 0.70
loadTranscript
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected