MCPcopy
hub / github.com/Lightricks/ComfyUI-LTXVideo / loop

Function loop

web/js/sparse_track_editor.js:592–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590 const ed = node._ed;
591
592 function loop() {
593 ed.rafId = requestAnimationFrame(loop);
594 resizeCanvas(node);
595 if (!ed.dirty) return;
596 ed.dirty = false;
597 render(node);
598 }
599
600 loop();
601}

Callers 1

startRenderLoopFunction · 0.85

Calls 2

resizeCanvasFunction · 0.85
renderFunction · 0.85

Tested by

no test coverage detected