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

Method getDefault

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

Source from the content-addressed store, hash-verified

389 }
390
391 static public String getDefault(String attribute) {
392 return defaults.get(attribute);
393 }
394
395 static public void set(String attribute, String value) {
396 table.put(attribute, value);

Callers 2

getFontMethod · 0.95
testSystemProxyMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 1

testSystemProxyMethod · 0.36