MCPcopy Create free account
hub / github.com/Hattorius/CipherDrop / progress

Function progress

frontend/file.js:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67});
68
69const progress = percent => {
70 loader.classList.remove('hidden');
71 loader.querySelector('div.inner').style.width = `${percent}%`;
72}
73
74const success = () => {
75 state = 2;

Callers 1

startProgressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected