Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ formatSpeed
Function
formatSpeed
src/renderer/src/components/settings/UpdateSettings.tsx:166–168 ·
view source on GitHub ↗
(bytesPerSecond: number)
Source
from the content-addressed store, hash-verified
164
}
165
166
const formatSpeed = (bytesPerSecond: number) => {
167
return formatBytes(bytesPerSecond) +
'/s'
168
}
169
170
return (
171
<div style={{ padding:
'16px 0'
}}>
Callers
1
UpdateSettings
Function · 0.70
Calls
1
formatBytes
Function · 0.70
Tested by
no test coverage detected