Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CapSoftware/Cap
/ formatMb
Function
formatMb
apps/desktop/scripts/desktop-memory-soak-lib.js:297–299 ·
view source on GitHub ↗
(kb)
Source
from the content-addressed store, hash-verified
295
}
296
297
export
function
formatMb(kb) {
298
return
`${(kb / 1024).toFixed(1)} MB`;
299
}
Callers
3
renderTopProcesses
Function · 0.90
collectPhase
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected