Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ has
Method
has
app/src/processing/app/Preferences.java:88–91 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
86
}
87
88
@Deprecated
89
public
static
boolean has(String key) {
90
return
PreferencesData.has(key);
91
}
92
93
@Deprecated
94
public
static
void
remove(String key) {
Callers
nothing calls this directly
Calls
1
has
Method · 0.95
Tested by
no test coverage detected