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

Method valueChanged

src/main/java/jace/state/ObjectGraphNode.java:146–154  ·  view source on GitHub ↗
(State tail)

Source from the content-addressed store, hash-verified

144 }
145
146 public boolean valueChanged(State tail) {
147 if (!forceCheck || isDirty()) {
148 return isDirty();
149 }
150
151 //?? Let's be lazy and just say yes for now.
152 return true;
153
154 }
155
156 @Override
157 public boolean equals(Object obj) {

Callers 1

captureDeltaStateMethod · 0.80

Calls 1

isDirtyMethod · 0.95

Tested by

no test coverage detected