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

Method get

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

Source from the content-addressed store, hash-verified

385 }
386
387 static public String get(String attribute) {
388 return table.get(attribute);
389 }
390
391 static public String getDefault(String attribute) {
392 return defaults.get(attribute);

Callers 4

getIntegerMethod · 0.95
getColorCycleColorMethod · 0.95
getColorMethod · 0.95
getStyledFontMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected