MCPcopy Create free account
hub / github.com/benfry/processing4 / setModified

Method setModified

app/src/processing/app/SketchCode.java:188–190  ·  view source on GitHub ↗
(boolean modified)

Source from the content-addressed store, hash-verified

186
187
188 public void setModified(boolean modified) {
189 this.modified = modified;
190 }
191
192
193 public boolean isModified() {

Callers 4

loadMethod · 0.95
saveMethod · 0.95
saveAsMethod · 0.95
renameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected