Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ advance
Function
advance
packages/core/src/runtime/clock.test.ts:7–9 ·
view source on GitHub ↗
(deltaMs: number)
Source
from the content-addressed store, hash-verified
5
let
ms = 0;
6
const
clock =
new
TransportClock({ nowMs: () => ms, ...opts });
7
const
advance = (deltaMs: number) => {
8
ms += deltaMs;
9
};
10
return
{ clock, advance, getMs: () => ms };
11
}
12
Callers
1
clock.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected