MCPcopy Create free account
hub / github.com/badvision/jace / isDirty

Method isDirty

src/main/java/jace/state/ObjectGraphNode.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public boolean isDirty() {
90 return dirty == DirtyFlag.DIRTY;
91 }
92
93 public void setCurrentValue(Object value) {
94 if (parent == null) {

Callers 1

valueChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected