Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ label
Function
label
packages/cli/src/utils/motionAudit.ts:112–112 ·
view source on GitHub ↗
(t: number)
Source
from the content-addressed store, hash-verified
110
if
(timeA < timeB)
return
[];
111
112
const
label = (t: number) => (Number.isFinite(t) ? `${round(t)}s` :
"never"
);
113
return
[
114
{
115
code:
"motion_out_of_order"
,
Callers
1
before
Function · 0.70
Calls
1
round
Function · 0.70
Tested by
no test coverage detected