Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getDefaultModeIdentifier
Method
getDefaultModeIdentifier
app/src/processing/app/Base.java:970–972 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
968
969
970
String getDefaultModeIdentifier() {
971
return
"processing.mode.java.JavaMode"
;
972
}
973
974
975
public
Mode getDefaultMode() {
Callers
2
buildCoreModes
Method · 0.95
promptForMode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected