MCPcopy 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
46function toKb(mb) {
47 return Math.round(mb * 1024);
48}
49
50function parseElapsedSeconds(etime) {
51 const parts = etime.split("-");

Callers 1

evaluateCyclesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected