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

Function toggleAB

components/VideoPlayer.tsx:1152–1155  ·  view source on GitHub ↗
(value?: boolean)

Source from the content-addressed store, hash-verified

1150 }
1151
1152 const toggleAB = (value?: boolean) => {
1153 const currentABloop = value !== undefined ? value : !abloop
1154 setABLoop(currentABloop)
1155 }
1156
1157 const rewind = (value?: number) => {
1158 if (!value) value = 10

Callers 2

pasteLoopFunction · 0.85
VideoPlayerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected