MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / clock.test.ts

File clock.test.ts

packages/core/src/runtime/clock.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from "vitest";
2import { TransportClock } from "./clock";
3
4function createClock(opts?: ConstructorParameters<typeof TransportClock>[0]) {

Callers

nothing calls this directly

Calls 15

createClockFunction · 0.85
advanceFunction · 0.85
createMockAudioElFunction · 0.85
nowMethod · 0.80
getRateMethod · 0.80
reachedEndMethod · 0.80
setDurationMethod · 0.80
snapshotMethod · 0.80
attachAudioSourceMethod · 0.80
getSourceMethod · 0.80
detachAudioSourceMethod · 0.80
hasAudioSourceMethod · 0.80

Tested by

no test coverage detected