MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / handleDownloadDoc

Function handleDownloadDoc

apps/OpenSign/src/components/pdf/PdfHeader.jsx:174–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 };
173
174 const handleDownloadDoc = async () => {
175 await handleDownloadPdf(
176 props?.pdfDetails,
177 setIsDownloading,
178 props.pdfBase64
179 );
180 };
181 const handleDownloadBtn = async () => {
182 if (
183 props?.isCompleted

Callers 2

handleDownloadBtnFunction · 0.85
HeaderFunction · 0.85

Calls 1

handleDownloadPdfFunction · 0.90

Tested by

no test coverage detected