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

Function next

components/VideoPlayer.tsx:1189–1192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1187 }
1188
1189 const next = async () => {
1190 const nextFile = await window.ipcRenderer.invoke("next", originalSrc)
1191 if (nextFile) upload(nextFile)
1192 }
1193
1194 const previous = async () => {
1195 const previousFile = await window.ipcRenderer.invoke("previous", originalSrc)

Callers 1

VideoPlayerFunction · 0.85

Calls 1

uploadFunction · 0.85

Tested by

no test coverage detected