MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getOSName

Method getOSName

Utils/src/eu/the5zig/util/Utils.java:593–595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

591 }
592
593 public static String getOSName() {
594 return System.getProperty("os.name");
595 }
596
597 public static String getJava() {
598 return System.getProperty("java.version");

Callers 3

getPlatformMethod · 0.95
writeMethod · 0.95
exitWithExceptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected