MCPcopy Create free account
hub / github.com/OpenSignLabs/OpenSign / fileNameWithUnderscore

Function fileNameWithUnderscore

apps/OpenSign/src/constant/Utils.js:3047–3050  ·  view source on GitHub ↗
(pdfName)

Source from the content-addressed store, hash-verified

3045};
3046
3047export function fileNameWithUnderscore(pdfName) {
3048 // Replace spaces with underscore
3049 return pdfName.replace(/ /g, "_");
3050}
3051//function for print digital sign pdf
3052export const handleToPrint = async (event, setIsDownloading, pdfDetails) => {
3053 event.preventDefault();

Callers 2

handleDownloadFunction · 0.90
convertBase64ToFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected