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

Method setUpdatesAvailable

app/src/processing/app/ui/Editor.java:1173–1175  ·  view source on GitHub ↗

Updates update count in the UI. Called on EDT. @param count number of available updates

(int count)

Source from the content-addressed store, hash-verified

1171 * @param count number of available updates
1172 */
1173 public void setUpdatesAvailable(int count) {
1174 footer.setUpdateCount(count);
1175 }
1176
1177
1178 /**

Callers 4

handleOpenMethod · 0.95
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

setUpdateCountMethod · 0.80

Tested by

no test coverage detected