MCPcopy Index your code
hub / github.com/arduino/Arduino / set

Method set

app/src/processing/app/Theme.java:395–397  ·  view source on GitHub ↗
(String attribute, String value)

Source from the content-addressed store, hash-verified

393 }
394
395 static public void set(String attribute, String value) {
396 table.put(attribute, value);
397 }
398
399 static public boolean getBoolean(String attribute) {
400 return table.getBoolean(attribute);

Callers 7

setIntegerMethod · 0.95
getFontMethod · 0.95
getNextCommandMethod · 0.45
getPreviousCommandMethod · 0.45
resetHistoryLocationMethod · 0.45
createTextAreaMethod · 0.45
focusGainedMethod · 0.45

Calls 1

putMethod · 0.80

Tested by

no test coverage detected