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

Method isMac

src/main/java/core/packetproxy/common/Utils.java:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 public static boolean isMac() {
94 return checkOS() == Platform.MAC;
95 }
96
97 /**
98 * ExecuteExe関数で利用される。Macの場合monoを追加する

Callers 10

getLocaleFontStylesMethod · 0.95
createPanelMethod · 0.45
addDockIconForMacMethod · 0.45
addShortcutForMacMethod · 0.45
addShortcutForWindowsMethod · 0.45
GUIMenuMethod · 0.45
RawTextPaneMethod · 0.45
keyPressedMethod · 0.45

Calls 1

checkOSMethod · 0.95

Tested by

no test coverage detected