MCPcopy 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

6public 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

getAppMethod · 0.80
initForgeMethod · 0.80
getHWInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected