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

Method isModified

arduino-core/src/processing/app/SketchFile.java:239–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237
238
239 public boolean isModified() {
240 if (storage != null)
241 return storage.isModified();
242 return false;
243 }
244
245 @Override
246 public boolean equals(Object o) {

Callers 1

paintComponentMethod · 0.95

Calls 1

isModifiedMethod · 0.65

Tested by

no test coverage detected