MCPcopy 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

setPropertyImplMethod · 0.95
removePropertyImplMethod · 0.95
removeImplMethod · 0.95
setEdgePropertyMethod · 0.95
removeEdgeMethod · 0.95
storeAdjacentNodeMethod · 0.95
createNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected