MCPcopy
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
297export function formatMb(kb) {
298 return `${(kb / 1024).toFixed(1)} MB`;
299}

Callers 3

renderTopProcessesFunction · 0.90
collectPhaseFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected