MCPcopy 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

rebuildContribModesMethod · 0.95
getInstalledContribsMethod · 0.95
listContributionsMethod · 0.80
clearClassLoaderMethod · 0.80
countUpdatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected