Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
exportApplication
Method · 0.80
Calls
2
getApplicationExportList
Method · 0.95
wrapFiles
Method · 0.95
Tested by
no test coverage detected