MCPcopy Index your code
hub / github.com/benfry/processing4 / set

Method set

app/src/processing/app/Preferences.java:289–291  ·  view source on GitHub ↗
(String attribute, String value)

Source from the content-addressed store, hash-verified

287
288
289 static public void set(String attribute, String value) {
290 table.put(attribute, value);
291 }
292
293
294 static public void unset(String attribute) {

Callers 15

startServerMethod · 0.95
setBooleanMethod · 0.95
setIntegerMethod · 0.95
setColorMethod · 0.95
setSketchbookPathMethod · 0.95
getUpdateIDMethod · 0.95
updateCheckMethod · 0.95
handleActivatedMethod · 0.95
setCurrentIndexMethod · 0.95
openFolderAvailableMethod · 0.95
applyFrameMethod · 0.95
showFrameMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected