Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
const
progress = percent => {
70
loader.classList.remove(
'hidden'
);
71
loader.querySelector(
'div.inner'
).style.width = `${percent}%`;
72
}
73
74
const
success = () => {
75
state = 2;
Callers
1
startProgress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected