Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ set
Method
set
arduino-core/src/processing/app/PreferencesData.java:187–189 ·
view source on GitHub ↗
(String attribute, String value)
Source
from the content-addressed store, hash-verified
185
186
187
static
public
void
set(String attribute, String value) {
188
prefs.put(attribute, value);
189
}
190
191
192
static
public
void
unset(String attribute) {
Callers
15
FileDownloaderCache
Class · 0.95
init
Method · 0.95
fixPreferences
Method · 0.95
setInteger
Method · 0.95
setCollection
Method · 0.95
BaseNoGui
Class · 0.95
getBoardPreferences
Method · 0.95
initVersion
Method · 0.95
createToolPreferences
Method · 0.95
selectBoard
Method · 0.95
selectSerialPort
Method · 0.95
parseArgumentsPhase1
Method · 0.95
Calls
1
put
Method · 0.80
Tested by
4
setup
Method · 0.76
restoreBoardIntoPreferences
Method · 0.76
testDefaultTarget
Method · 0.76
init
Method · 0.76