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

Method remove

app/src/processing/app/Preferences.java:93–96  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

91 }
92
93 @Deprecated
94 public static void remove(String key) {
95 PreferencesData.remove(key);
96 }
97
98 @Deprecated
99 public static void set(String attribute, String value) {

Callers 15

zepto.min.jsFile · 0.45
dFunction · 0.45
zepto.min.jsFile · 0.45
dFunction · 0.45
LibraryManagerUIMethod · 0.45
onRemovePressedMethod · 0.45
onInstallPressedMethod · 0.45
onRemovePressedMethod · 0.45
setTextMethod · 0.45
windowDeactivatedMethod · 0.45
removeTabMethod · 0.45

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected