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

Method wrapFiles

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

Source from the content-addressed store, hash-verified

387
388
389 protected File[] wrapFiles(String[] list) {
390 File[] outgoing = new File[list.length];
391 for (int i = 0; i < list.length; i++) {
392 outgoing[i] = new File(libraryFolder, list[i]);
393 }
394 return outgoing;
395 }
396
397
398 /**

Callers 3

getAppletExportsMethod · 0.95
getApplicationExportsMethod · 0.95
getAndroidExportsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected