Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getModeContribs
Method
getModeContribs
app/src/processing/app/Base.java:876–878 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
874
875
876
public
List<ModeContribution> getModeContribs() {
877
return
modeContribs;
878
}
879
880
881
public
List<Mode> getModeList() {
Callers
6
rebuildContribModes
Method · 0.95
getInstalledContribs
Method · 0.95
updateContributionListing
Method · 0.95
listContributions
Method · 0.80
clearClassLoader
Method · 0.80
countUpdates
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected