MCPcopy
hub / github.com/arduino/Arduino / clearModified

Method clearModified

app/src/processing/app/EditorTab.java:461–463  ·  view source on GitHub ↗

Clear modified status. Should only be called by SketchFile through the TextStorage interface.

()

Source from the content-addressed store, hash-verified

459 * TextStorage interface.
460 */
461 public void clearModified() {
462 setModified(false);
463 }
464
465 private void setModified(boolean value) {
466 if (value != modified) {

Callers

nothing calls this directly

Calls 1

setModifiedMethod · 0.95

Tested by

no test coverage detected