Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getDefaultModeIdentifier
Method
getDefaultModeIdentifier
app/src/processing/app/Base.java:1011–1014 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1009
1010
1011
String getDefaultModeIdentifier() {
1012
// Used to initialize coreModes, so cannot use coreModes[0].getIdentifier()
1013
return
"processing.mode.java.JavaMode"
;
1014
}
1015
1016
1017
public
Mode getDefaultMode() {
Callers
1
buildCoreModes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected