Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getIgnorable
Method
getIgnorable
java/src/processing/mode/java/JavaMode.java:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
84
public
String[] getIgnorable() {
85
// folder names for exported applications
86
return
Platform.getSupportedVariants().keyArray();
87
}
88
89
90
public
Library getCoreLibrary() {
Callers
nothing calls this directly
Calls
2
getSupportedVariants
Method · 0.95
keyArray
Method · 0.45
Tested by
no test coverage detected