MCPcopy Index your code
hub / github.com/benfry/processing4 / getLastModified

Method getLastModified

app/src/processing/app/SketchCode.java:363–365  ·  view source on GitHub ↗

Used to determine whether this file was modified externally @return The time the file was last modified

()

Source from the content-addressed store, hash-verified

361 * @return The time the file was last modified
362 */
363 public long getLastModified() {
364 return lastModified;
365 }
366}

Callers 1

checkFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected