Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ has
Method
has
arduino-core/src/processing/app/PreferencesData.java:174–176 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
172
}
173
174
public
static
boolean has(String key) {
175
return
prefs.containsKey(key);
176
}
177
178
public
static
void
remove(String key) {
179
prefs.remove(key);
Callers
11
upload
Method · 0.95
getBoolean
Method · 0.95
getInteger
Method · 0.95
getFloat
Method · 0.95
isIDEInstalledIntoSketchbookFolder
Method · 0.95
send
Method · 0.95
has
Method · 0.95
handleSerial
Method · 0.95
handlePlotter
Method · 0.95
upload
Method · 0.95
send
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected