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

Method getApplicationExports

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

Source from the content-addressed store, hash-verified

433
434
435 public File[] getApplicationExports(String variant) {
436 String[] list = getApplicationExportList(variant);
437 return wrapFiles(list);
438 }
439
440
441 /*

Callers 1

exportApplicationMethod · 0.80

Calls 2

wrapFilesMethod · 0.95

Tested by

no test coverage detected