MCPcopy Index your code
hub / github.com/processing/processing / getExampleContribs

Method getExampleContribs

app/src/processing/app/Base.java:893–895  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

891
892
893 public List<ExamplesContribution> getExampleContribs() {
894 return exampleContribs;
895 }
896
897
898 private List<Contribution> getInstalledContribs() {

Callers 5

getInstalledContribsMethod · 0.95
listContributionsMethod · 0.80
countUpdatesMethod · 0.80
loadMissingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected