Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getLocaleFontStyles
Method · 0.95
dnsLoopDetectedInEtcHosts
Method · 0.45
createPanel
Method · 0.45
addDockIconForMac
Method · 0.45
addShortcutForMac
Method · 0.45
addShortcutForWindows
Method · 0.45
enableFullScreenForMac
Method · 0.45
GUIMenu
Method · 0.45
RawTextPane
Method · 0.45
keyPressed
Method · 0.45
Calls
1
checkOS
Method · 0.95
Tested by
no test coverage detected