MCPcopy
hub / github.com/arduino/Arduino / get

Method get

arduino-core/src/processing/app/PreferencesData.java:160–162  ·  view source on GitHub ↗
(String attribute)

Source from the content-addressed store, hash-verified

158 // .................................................................
159
160 static public String get(String attribute) {
161 return prefs.get(attribute);
162 }
163
164 static public String get(String attribute, String defaultValue) {
165 String value = get(attribute);

Callers 15

VIDPIDMethod · 0.95
callArduinoBuilderMethod · 0.95
boardOptionsMethod · 0.95
loadMethod · 0.95
uploadUsingProgrammerMethod · 0.95
burnBootloaderMethod · 0.95
setupMethod · 0.95
FileDownloaderCacheClass · 0.95

Calls 1

getMethod · 0.65

Tested by 1