MCPcopy Create free account
hub / github.com/Moebytes/Frame-Player / pasteLoop

Function pasteLoop

components/VideoPlayer.tsx:372–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

370 }
371 }
372 const pasteLoop = () => {
373 if (!abloop) toggleAB(true)
374 updateABloop(savedLoop)
375 setLoopStart(savedLoop[0])
376 setLoopEnd(savedLoop[1])
377 }
378 window.ipcRenderer.on("copy-loop", copyLoop)
379 window.ipcRenderer.on("paste-loop", pasteLoop)
380 return () => {

Callers

nothing calls this directly

Calls 2

toggleABFunction · 0.85
updateABloopFunction · 0.85

Tested by

no test coverage detected