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

Method has

arduino-core/src/processing/app/PreferencesData.java:174–176  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

172 }
173
174 public static boolean has(String key) {
175 return prefs.containsKey(key);
176 }
177
178 public static void remove(String key) {
179 prefs.remove(key);

Callers 11

uploadMethod · 0.95
getBooleanMethod · 0.95
getIntegerMethod · 0.95
getFloatMethod · 0.95
sendMethod · 0.95
hasMethod · 0.95
handleSerialMethod · 0.95
handlePlotterMethod · 0.95
uploadMethod · 0.95
sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected