Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moebytes/Frame-Player
/ uploadFile
Function
uploadFile
components/VideoPlayer.tsx:135–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
if (file) upload(file)
134
}
135
const uploadFile = () => {
136
upload()
137
}
138
const openLink = async (event: any, link: string) => {
139
if (link) {
140
let video = link.replace(/\?.*$/,
""
)
Callers
nothing calls this directly
Calls
1
upload
Function · 0.85
Tested by
no test coverage detected