MCPcopy Create free account
hub / github.com/benfry/processing4 / isUnsupported

Method isUnsupported

app/src/processing/app/Library.java:511–517  ·  view source on GitHub ↗
(String variant)

Source from the content-addressed store, hash-verified

509
510
511 public boolean isUnsupported(String variant) {
512 if (exportList.isEmpty()) {
513 // if no per-platform exports, then nothing to worry about
514 return false;
515 }
516 return getApplicationExportList(variant) == null;
517 }
518
519
520 /*

Callers 2

exportApplicationMethod · 0.80
RunnerMethod · 0.80

Calls 2

isEmptyMethod · 0.80

Tested by

no test coverage detected