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

Method get

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

Source from the content-addressed store, hash-verified

114
115
116 public String get(String attribute) {
117 return table.get(attribute);
118 }
119
120
121 public String getDefault(String attribute) {

Callers 6

loadMethod · 0.95
getBooleanMethod · 0.95
getIntegerMethod · 0.95
getColorMethod · 0.95
getFontMethod · 0.95
modeInfoForMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected