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

Method getVariant

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

Source from the content-addressed store, hash-verified

205 * e.g. "32" or "64" on Intel
206 */
207 static public String getVariant() {
208 return getVariant(PApplet.platform, getNativeArch(), getNativeBits());
209 }
210
211
212 static public String getVariant(int platform, String arch, int bits) {

Callers 2

CommanderMethod · 0.95
RunnerMethod · 0.95

Calls 4

getNativeArchMethod · 0.95
getNativeBitsMethod · 0.95
equalsMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected