Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setColorCycleColor
Method · 0.95
Calls
2
set
Method · 0.95
valueOf
Method · 0.45
Tested by
no test coverage detected