MCPcopy 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
55function storeSpeed(bps) {
56 try {
57 localStorage.setItem(SPEED_STORAGE_KEY, String(Math.round(bps)));
58 } catch (e) { /* ignore */ }
59}
60
61function readMinimized() {
62 try {

Callers 1

finishTransferProgressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected