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

Method getSupportedVariants

app/src/processing/app/Platform.java:233–235  ·  view source on GitHub ↗

List of variants that are supported by this release of the PDE.

()

Source from the content-addressed store, hash-verified

231 * List of variants that are supported by this release of the PDE.
232 */
233 static public StringDict getSupportedVariants() {
234 return supportedVariants;
235 }
236
237// /*
238// * Return a string that identifies the variant of a platform

Callers 5

handleExportsMethod · 0.95
ExportPromptMethod · 0.95
getIgnorableMethod · 0.95
printCommandLineMethod · 0.95
exportApplicationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected