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

Function openFile

components/VideoPlayer.tsx:132–134  ·  view source on GitHub ↗
(event: any, file: string)

Source from the content-addressed store, hash-verified

130 }
131 getOpenedFile()
132 const openFile = (event: any, file: string) => {
133 if (file) upload(file)
134 }
135 const uploadFile = () => {
136 upload()
137 }

Callers

nothing calls this directly

Calls 1

uploadFunction · 0.85

Tested by

no test coverage detected