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

Method isModified

arduino-core/src/processing/app/SketchFile.java:71–71  ·  view source on GitHub ↗

Is the text modified externally, after the last call to clearModified() or setText()?

()

Source from the content-addressed store, hash-verified

69 * clearModified() or setText()?
70 */
71 public boolean isModified();
72
73 /** Clear the isModified() result value */
74 public void clearModified();

Callers 11

isModifiedMethod · 0.65
saveMethod · 0.65
isModifiedMethod · 0.65
initComponentsMethod · 0.65
testMethod · 0.65
testMethod · 0.65
checkModifiedMethod · 0.65
handleExportMethod · 0.65
calcModifiedMethod · 0.65
buildMethod · 0.65

Implementers 1

EditorTabapp/src/processing/app/EditorTab.java

Calls

no outgoing calls

Tested by

no test coverage detected