Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ShiftLeftSecurity/overflowdb
/ markAsDirty
Method
markAsDirty
core/src/main/java/overflowdb/NodeDb.java:185–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
public
void
markAsDirty() {
186
this.dirty = true;
187
}
188
189
public
void
markAsClean() {
190
this.dirty = false;
Callers
7
setPropertyImpl
Method · 0.95
removePropertyImpl
Method · 0.95
removeImpl
Method · 0.95
setEdgeProperty
Method · 0.95
removeEdge
Method · 0.95
storeAdjacentNode
Method · 0.95
createNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected