Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ formatSpeed
Function
formatSpeed
src/renderer/src/components/common/UpdateNotification.tsx:252–254 ·
view source on GitHub ↗
(bytesPerSecond: number)
Source
from the content-addressed store, hash-verified
250
}
251
252
const formatSpeed = (bytesPerSecond: number) => {
253
return formatBytes(bytesPerSecond) +
'/s'
254
}
255
256
notification.info({
257
key,
Callers
1
updateDownloadProgressNotification
Function · 0.70
Calls
1
formatBytes
Function · 0.70
Tested by
no test coverage detected