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

Method markDirty

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

Source from the content-addressed store, hash-verified

83 }
84
85 public void markDirty() {
86 dirty = DirtyFlag.DIRTY;
87 }
88
89 public boolean isDirty() {
90 return dirty == DirtyFlag.DIRTY;

Callers 1

markDirtyValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected