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

Method stop

packages/player/src/composition-probe.ts:140–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 stop(): void {
141 if (this._interval !== null) {
142 clearInterval(this._interval);
143 this._interval = null;
144 }
145 }
146
147 // ── Adapter resolution (same-origin only) ────────────────────────────────
148

Callers 15

startMethod · 0.95
executeRenderJobFunction · 0.45
stopAllMethod · 0.45
runFunction · 0.45
runFunction · 0.45
publishReproFunction · 0.45
transcribeAudioFunction · 0.45
runEnsureFunction · 0.45
runFunction · 0.45
handleVideoFileFunction · 0.45
runFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected