Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
getInstalledContribs
Method · 0.95
updateContributionListing
Method · 0.95
listContributions
Method · 0.80
countUpdates
Method · 0.80
loadMissing
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected