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

Method getName

app/src/processing/app/Platform.java:266–268  ·  view source on GitHub ↗

Returns one of macos, windows, linux, or other. Changed in 4.0b4 to return macos instead of macosx. Only used inside processing.app.java.

()

Source from the content-addressed store, hash-verified

264 * Only used inside processing.app.java.
265 */
266 static public String getName() {
267 return PConstants.platformNames[PApplet.platform];
268 }
269
270
271 static public String getPrettyName() {

Callers 5

getVariantMethod · 0.95
loadMethod · 0.95
getKeyStrokeExtMethod · 0.95
checkLocalHostMethod · 0.95
getContentFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected