Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPlatform
Method · 0.95
write
Method · 0.95
exitWithException
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected