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

Function wrapped

packages/core/src/runtime/media.test.ts:863–867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

861 let posted = 0;
862 const state = { latched: false };
863 const wrapped = () => {
864 if (state.latched) return;
865 state.latched = true;
866 posted += 1;
867 };
868
869 for (let i = 0; i < 5; i++) {
870 syncRuntimeMedia({

Calls

no outgoing calls

Tested by

no test coverage detected