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

Method supportsArch

app/src/processing/app/Library.java:454–460  ·  view source on GitHub ↗
(int platform, String variant)

Source from the content-addressed store, hash-verified

452
453
454 public boolean supportsArch(int platform, String variant) {
455 // If this is a universal library, or has no natives, then we're good.
456 if (multipleArch[platform] == false) {
457 return true;
458 }
459 return getApplicationExportList(platform, variant) != null;
460 }
461
462
463 static public boolean hasMultipleArch(int platform, List<Library> libraries) {

Callers 2

exportApplicationMethod · 0.80
RunnerMethod · 0.80

Calls 1

Tested by

no test coverage detected