Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ sendProgress
Function
sendProgress
packages/cli/src/server/render.ts:93–96 ·
view source on GitHub ↗
(worker: number, progress: number)
Source
from the content-addressed store, hash-verified
91
});
92
93
const
sendProgress = (worker: number, progress: number) => {
94
res.write(`event: progress\n`);
95
res.write(`data: ${JSON.stringify({worker, progress})}\n\n`);
96
};
97
98
try {
99
await
renderVideo({
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected