MCPcopy Index your code
hub / github.com/processing/processing / getName

Method getName

app/src/processing/app/Platform.java:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223
224
225 static public String getName() {
226 return PConstants.platformNames[PApplet.platform];
227 }
228
229
230 /**

Callers 5

handleMethod · 0.95
loadMethod · 0.95
getKeyStrokeExtMethod · 0.95
checkLocalHostMethod · 0.95
getContentFileMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected