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

Method wrapFiles

app/src/processing/app/Library.java:426–432  ·  view source on GitHub ↗
(String[] list)

Source from the content-addressed store, hash-verified

424
425
426 protected File[] wrapFiles(String[] list) {
427 File[] outgoing = new File[list.length];
428 for (int i = 0; i < list.length; i++) {
429 outgoing[i] = new File(libraryFolder, list[i]);
430 }
431 return outgoing;
432 }
433
434
435 public File[] getApplicationExports(String variant) {

Callers 2

getApplicationExportsMethod · 0.95
getAndroidExportsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected