Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ storeSpeed
Function
storeSpeed
public/js/transferProgress.js:55–59 ·
view source on GitHub ↗
(bps)
Source
from the content-addressed store, hash-verified
53
}
54
55
function
storeSpeed(bps) {
56
try {
57
localStorage.setItem(SPEED_STORAGE_KEY, String(Math.round(bps)));
58
} catch (e) { /* ignore */ }
59
}
60
61
function
readMinimized() {
62
try {
Callers
1
finishTransferProgress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected