MCPcopy Index your code
hub / github.com/TechSpiritSS/Terminal-Portfolio / downloadFile

Function downloadFile

scripts/functions.js:468–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466}
467
468function downloadFile() {
469 let link = document.createElement("a");
470 link.href = resumeUrl;
471 link.click();
472 const p = document.createElement("p");
473 p.innerHTML = "<span class='blink'>###############<span />";
474 app.appendChild(p);
475 setTimeout(() => {
476 app.removeChild(p);
477 }, 2500);
478 document.body.removeChild(link);
479}
480
481async function calc(flag) {
482 try {

Callers 1

getInputValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected