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

Method isLinux

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

@return true if this machine is running some version of Linux

()

Source from the content-addressed store, hash-verified

45 * @return true if this machine is running some version of Linux
46 */
47 public static boolean isLinux()
48 {
49 return OS_String.contains("Lin");
50 }
51
52 /**
53 * Contains the per core L2 Cache size. The value returned will be '0' if there was an error obtaining the size

Callers 1

SystemInfoClass · 0.95

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected