Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ markClean
Method
markClean
src/main/java/jace/state/ObjectGraphNode.java:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
public
void
markClean() {
82
dirty = DirtyFlag.CLEAN;
83
}
84
85
public
void
markDirty() {
86
dirty = DirtyFlag.DIRTY;
Callers
1
captureAlphaState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected