MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / isMac

Method isMac

JSAT/src/jsat/utils/SystemInfo.java:38–41  ·  view source on GitHub ↗

@return true is this machine is running some version of Mac OS X

()

Source from the content-addressed store, hash-verified

36 * @return true is this machine is running some version of Mac OS X
37 */
38 public static boolean isMac()
39 {
40 return OS_String.contains("Mac");
41 }
42
43 /**
44 *

Callers 1

SystemInfoClass · 0.95

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected