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

Function warmupFrameTimeTicks

packages/engine/src/services/frameCapture.ts:285–287  ·  view source on GitHub ↗
(state: WarmupTickState, intervalMs: number)

Source from the content-addressed store, hash-verified

283 * of truth so tests and callers stay in sync.
284 */
285export function warmupFrameTimeTicks(state: WarmupTickState, intervalMs: number): number {
286 return state.ticks * intervalMs;
287}
288
289export async function driveWarmupTicks(
290 options: WarmupTickOptions,

Calls

no outgoing calls

Tested by

no test coverage detected