MCPcopy
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

FileDownloaderCacheClass · 0.95
initMethod · 0.95
fixPreferencesMethod · 0.95
setIntegerMethod · 0.95
setCollectionMethod · 0.95
BaseNoGuiClass · 0.95
getBoardPreferencesMethod · 0.95
initVersionMethod · 0.95
createToolPreferencesMethod · 0.95
selectBoardMethod · 0.95
selectSerialPortMethod · 0.95
parseArgumentsPhase1Method · 0.95

Calls 1

putMethod · 0.80

Tested by 4

setupMethod · 0.76
testDefaultTargetMethod · 0.76
initMethod · 0.76