MCPcopy Index your code
hub / github.com/processing/processing / get

Method get

app/src/processing/app/Preferences.java:262–264  ·  view source on GitHub ↗
(String attribute /*, String defaultValue */)

Source from the content-addressed store, hash-verified

260 // all the information from preferences.txt
261
262 static public String get(String attribute /*, String defaultValue */) {
263 return table.get(attribute);
264 }
265
266
267 static public String getDefault(String attribute) {

Callers 15

alreadyRunningMethod · 0.95
sendArgumentsMethod · 0.95
initMethod · 0.95
handleProxyMethod · 0.95
getBooleanMethod · 0.95
getIntegerMethod · 0.95
getColorMethod · 0.95
getFontMethod · 0.95
checkSketchbookPrefMethod · 0.95
getOldSketchbookPathMethod · 0.95
getSketchbookPathMethod · 0.95
getUpdateIDMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected