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

Method setInteger

app/src/processing/app/Theme.java:411–413  ·  view source on GitHub ↗
(String key, int value)

Source from the content-addressed store, hash-verified

409 }
410
411 static public void setInteger(String key, int value) {
412 set(key, String.valueOf(value));
413 }
414
415 static public int getScale() {
416 try {

Callers 1

setColorCycleColorMethod · 0.95

Calls 2

setMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected