Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ isAllowed
Method
isAllowed
app/src/processing/app/UpdateCheck.java:209–212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
208
209
static
public
boolean isAllowed() {
210
// Disable update checks for the paranoid
211
return
Preferences.getBoolean(
"update.check"
);
212
}
213
}
Callers
1
UpdateCheck
Method · 0.95
Calls
1
getBoolean
Method · 0.95
Tested by
no test coverage detected