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

Function previous

components/VideoPlayer.tsx:1194–1197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1192 }
1193
1194 const previous = async () => {
1195 const previousFile = await window.ipcRenderer.invoke("previous", originalSrc)
1196 if (previousFile) upload(previousFile)
1197 }
1198
1199 const getName = () => {
1200 if (!originalSrc) return ""

Callers 1

VideoPlayerFunction · 0.85

Calls 1

uploadFunction · 0.85

Tested by

no test coverage detected