MCPcopy
hub / github.com/CapSoftware/Cap / updateConfigAndRender

Function updateConfigAndRender

apps/desktop/src/routes/editor/Editor.tsx:542–545  ·  view source on GitHub ↗
(time: number)

Source from the content-addressed store, hash-verified

540 const throttledConfigUpdate = throttle(doConfigUpdate, 1000 / FPS);
541 const trailingConfigUpdate = debounce(doConfigUpdate, 1000 / FPS + 16);
542 const updateConfigAndRender = (time: number) => {
543 throttledConfigUpdate(time);
544 trailingConfigUpdate(time);
545 };
546
547 createEffect(
548 on(

Callers 1

InnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected