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

Method getDefault

app/src/processing/app/Settings.java:121–123  ·  view source on GitHub ↗
(String attribute)

Source from the content-addressed store, hash-verified

119
120
121 public String getDefault(String attribute) {
122 return defaults.get(attribute);
123 }
124
125
126 public void set(String attribute, String value) {

Callers 2

getFontMethod · 0.95
LanguageMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected