MCPcopy Index your code
hub / github.com/benfry/processing4 / isLinux

Method isLinux

app/src/processing/app/Platform.java:320–322  ·  view source on GitHub ↗

true if running on linux.

()

Source from the content-addressed store, hash-verified

318 * true if running on linux.
319 */
320 static public boolean isLinux() {
321 return System.getProperty("os.name").contains("Linux"); //$NON-NLS-1$ //$NON-NLS-2$
322 }
323
324
325 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 6

initMethod · 0.95
getContentFileMethod · 0.95
getProcessingTempMethod · 0.95
copyDirNativeMethod · 0.95
handleRestartMethod · 0.95
triggerMethod · 0.95

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected