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

Method hasAudioSource

packages/core/src/runtime/clock.ts:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 hasAudioSource(): boolean {
139 return this._audioSource !== null;
140 }
141
142 getSource(): "monotonic" | "audio" {
143 if (this._audioSource && this._playStartMs !== null) {

Callers 2

clock.test.tsFile · 0.80
transportTickFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected