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

Function onProgress

packages/cli/src/server/studioServer.ts:389–392  ·  view source on GitHub ↗
(j: { progress: number; currentStage?: string })

Source from the content-addressed store, hash-verified

387 });
388 renderJob = job;
389 const onProgress = (j: { progress: number; currentStage?: string }) => {
390 state.progress = j.progress;
391 if (j.currentStage) state.stage = j.currentStage;
392 };
393 await executeRenderJob(job, opts.project.dir, opts.outputPath, onProgress);
394 state.status = "complete";
395 state.progress = 100;

Callers 2

progressFunction · 0.50
buildFromSourceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected