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

Method getVariant

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

Source from the content-addressed store, hash-verified

214
215
216 static public String getVariant() {
217 return getName() + "-" + getNativeArch();
218 }
219
220
221 static StringDict supportedVariants = new StringDict(new String[][] {

Callers 6

getPrettyNameMethod · 0.95
handleNativeMethod · 0.95
ExportPromptMethod · 0.95
CommanderMethod · 0.95
exportApplicationMethod · 0.95
RunnerMethod · 0.95

Calls 2

getNameMethod · 0.95
getNativeArchMethod · 0.95

Tested by

no test coverage detected