MCPcopy
hub / github.com/ZHO-ZHO-ZHO/Nano-Bananary / handleDownloadVideo

Function handleDownloadVideo

components/ResultDisplay.tsx:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 // Special view for video results
140 if (content.videoUrl) {
141 const handleDownloadVideo = () => {
142 downloadImage(content.videoUrl!, `generated-video-${Date.now()}.mp4`);
143 };
144
145 return (
146 <div className="w-full h-full flex flex-col items-center gap-4 animate-fade-in">

Callers

nothing calls this directly

Calls 1

downloadImageFunction · 0.90

Tested by

no test coverage detected