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

Method set

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

Source from the content-addressed store, hash-verified

124
125
126 public void set(String attribute, String value) {
127 table.put(attribute, value);
128 }
129
130
131 public boolean getBoolean(String attribute) {

Callers 5

setBooleanMethod · 0.95
setIntegerMethod · 0.95
setColorMethod · 0.95
getFontMethod · 0.95
saveModeSettingsMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected