Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ unset
Method
unset
app/src/processing/app/Preferences.java:277–279 ·
view source on GitHub ↗
(String attribute)
Source
from the content-addressed store, hash-verified
275
276
277
static
public
void
unset(String attribute) {
278
table.remove(attribute);
279
}
280
281
282
static
public
boolean getBoolean(String attribute) {
Callers
1
handleClose
Method · 0.95
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected