MCPcopy 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

UpdateCheckMethod · 0.95

Calls 1

getBooleanMethod · 0.95

Tested by

no test coverage detected