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

Method isModified

app/src/processing/app/Sketch.java:777–779  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

775
776
777 public boolean isModified() {
778 return modified;
779 }
780
781
782 /**

Callers 11

handleRenameCodeMethod · 0.95
runMethod · 0.95
setModifiedMethod · 0.45
calcModifiedMethod · 0.45
saveMethod · 0.45
isReadOnlyMethod · 0.45
actionPerformedMethod · 0.45
checkModifiedMethod · 0.45
handleTweakMethod · 0.45
autoSaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected