MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / isWindows

Method isWindows

src/main/java/core/packetproxy/common/Utils.java:89–91  ·  view source on GitHub ↗

OS判定用

()

Source from the content-addressed store, hash-verified

87 * OS判定用
88 */
89 public static boolean isWindows() {
90 return checkOS() == Platform.WINDOWS;
91 }
92
93 public static boolean isMac() {
94 return checkOS() == Platform.MAC;

Callers 8

mouseReleasedMethod · 0.95
paintComponentMethod · 0.95
mouseReleasedMethod · 0.95
mouseReleasedMethod · 0.95
mouseReleasedMethod · 0.95
getLocaleFontStylesMethod · 0.95
setIconForWindowsMethod · 0.45

Calls 1

checkOSMethod · 0.95

Tested by

no test coverage detected