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

Method setLastModified

app/src/processing/app/SketchCode.java:357–359  ·  view source on GitHub ↗

Set the last known modification time, so that we're not re-firing "hey, this is modified!" events incessantly.

()

Source from the content-addressed store, hash-verified

355 * "hey, this is modified!" events incessantly.
356 */
357 public void setLastModified() {
358 lastModified = file.lastModified();
359 }
360
361
362 /**

Callers 7

loadMethod · 0.95
saveAsMethod · 0.95
copyFileMethod · 0.80
copyDirMethod · 0.80
copyFileMethod · 0.80
copyDirMethod · 0.80
checkFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected