MCPcopy Index your code
hub / github.com/benfry/processing4 / get

Method get

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

Source from the content-addressed store, hash-verified

126
127
128 public String get(String attribute) {
129 return table.get(attribute);
130 }
131
132
133 public String getDefault(String attribute) {

Callers 8

loadMethod · 0.95
getBooleanMethod · 0.95
getIntegerMethod · 0.95
getColorMethod · 0.95
getFontMethod · 0.95
createAndShowGUIMethod · 0.95
handleOpenMethod · 0.95
findMainMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected