Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ toInt
Function
toInt
daemon/src/service/log.ts:62–64 ·
view source on GitHub ↗
(v: number)
Source
from the content-addressed store, hash-verified
60
const
logger = log4js.getLogger(
"default"
);
61
const
loggerSysInfo = log4js.getLogger(
"sysinfo"
);
62
function
toInt(v: number) {
63
return
parseInt(String(v));
64
}
65
66
function
systemInfoReport() {
67
const
MB_SIZE = 1024 * 1024;
Callers
1
systemInfoReport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected