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

Method getBoolean

app/src/processing/app/Theme.java:399–401  ·  view source on GitHub ↗
(String attribute)

Source from the content-addressed store, hash-verified

397 }
398
399 static public boolean getBoolean(String attribute) {
400 return table.getBoolean(attribute);
401 }
402
403 static public void setBoolean(String attribute, boolean value) {
404 table.putBoolean(attribute, value);

Callers 2

applyPreferencesMethod · 0.95
setThemeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected