Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ unset
Method
unset
app/src/processing/app/Preferences.java:294–296 ·
view source on GitHub ↗
(String attribute)
Source
from the content-addressed store, hash-verified
292
293
294
static
public
void
unset(String attribute) {
295
table.remove(attribute);
296
}
297
298
299
static
public
boolean getBoolean(String attribute) {
Callers
1
clearRunning
Method · 0.95
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected