Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPrettyName
Method · 0.95
handleNative
Method · 0.95
ExportPrompt
Method · 0.95
Commander
Method · 0.95
exportApplication
Method · 0.95
Runner
Method · 0.95
Calls
2
getName
Method · 0.95
getNativeArch
Method · 0.95
Tested by
no test coverage detected