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

Method getBase

app/src/processing/app/contrib/DetailPanel.java:891–893  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

889 // though, is that the functions being called in Base are somewhat suspect
890 // since they're contribution-related, and should perhaps live closer.
891 private Base getBase() {
892 return listPanel.contributionTab.editor.getBase();
893 }
894
895
896 private boolean isModeActive(Contribution contrib) {

Callers 7

installContributionMethod · 0.95
updateMethod · 0.95
removeMethod · 0.95
isModeActiveMethod · 0.95
listContributionsMethod · 0.45
actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected