Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ getMax
Method
getMax
jnode-core/src/jnode/core/SysInfo.java:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
public
int
getMax() {
69
return
max;
70
}
71
72
public
MemoryInfo(long total, long free, long max) {
73
this.total = toMB(total);
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected