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