MCPcopy
hub / github.com/arduino/Arduino / getInteger

Method getInteger

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

Source from the content-addressed store, hash-verified

405 }
406
407 static public int getInteger(String attribute) {
408 return Integer.parseInt(get(attribute));
409 }
410
411 static public void setInteger(String key, int value) {
412 set(key, String.valueOf(value));

Callers 3

getColorCycleColorMethod · 0.95
setColorCycleColorMethod · 0.95
EditorLineStatusMethod · 0.95

Calls 2

getMethod · 0.95
parseIntMethod · 0.80

Tested by

no test coverage detected