Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CapSoftware/Cap
/ toKb
Function
toKb
apps/desktop/scripts/desktop-memory-soak-lib.js:46–48 ·
view source on GitHub ↗
(mb)
Source
from the content-addressed store, hash-verified
44
];
45
46
function
toKb(mb) {
47
return
Math.round(mb * 1024);
48
}
49
50
function
parseElapsedSeconds(etime) {
51
const
parts = etime.split(
"-"
);
Callers
1
evaluateCycles
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected