Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getTotalRam
Method
getTotalRam
forge-gui/src/main/java/forge/util/HWInfo.java:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
public
record HWInfo(Device device, OperatingSystem os, boolean getChipset) {
7
8
public
int
getTotalRam() {
9
return
Math.round(device.getMemorySize() / 1024f / 1024f);
10
}
11
12
}
Callers
3
getApp
Method · 0.80
initForge
Method · 0.80
getHWInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected