Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ set
Method
set
app/src/processing/app/Settings.java:126–128 ·
view source on GitHub ↗
(String attribute, String value)
Source
from the content-addressed store, hash-verified
124
125
126
public
void
set(String attribute, String value) {
127
table.put(attribute, value);
128
}
129
130
131
public
boolean getBoolean(String attribute) {
Callers
5
setBoolean
Method · 0.95
setInteger
Method · 0.95
setColor
Method · 0.95
getFont
Method · 0.95
saveModeSettings
Method · 0.95
Calls
1
put
Method · 0.45
Tested by
no test coverage detected