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

Method getRate

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

Source from the content-addressed store, hash-verified

109 }
110
111 getRate(): number {
112 return this._rate;
113 }
114
115 setDuration(duration: number): void {
116 this._duration = Number.isFinite(duration) && duration > 0 ? duration : Infinity;

Callers 1

clock.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected