MCPcopy 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

60const logger = log4js.getLogger("default");
61const loggerSysInfo = log4js.getLogger("sysinfo");
62function toInt(v: number) {
63 return parseInt(String(v));
64}
65
66function systemInfoReport() {
67 const MB_SIZE = 1024 * 1024;

Callers 1

systemInfoReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected