MCPcopy Index your code
hub / github.com/processing/processing / getRevision

Method getRevision

app/src/processing/app/Base.java:326–328  ·  view source on GitHub ↗

@return the current revision number, safe to be used for update checks

()

Source from the content-addressed store, hash-verified

324 * @return the current revision number, safe to be used for update checks
325 */
326 static public int getRevision() {
327 return REVISION;
328 }
329
330
331 /**

Callers 8

updateCheckMethod · 0.95
mousePressedMethod · 0.95
setContributionMethod · 0.95
updateMethod · 0.95
hasUpdatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected