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

Method getApplicationExportList

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

Source from the content-addressed store, hash-verified

468 */
469
470 public String[] getApplicationExportList(String variant) {
471 if (exportList.isEmpty()) {
472 return baseList;
473 }
474 return exportList.get(variant);
475 }
476
477
478 @SuppressWarnings("unused")

Callers 2

getApplicationExportsMethod · 0.95
isUnsupportedMethod · 0.95

Calls 2

isEmptyMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected