MCPcopy Index your code
hub / github.com/ShiftLeftSecurity/overflowdb / removeImpl

Method removeImpl

core/src/main/java/overflowdb/NodeRef.java:134–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 // delegate methods start
133
134 @Override
135 protected void removeImpl() {
136 get().removeInternal();
137 NodeRef.clear(this);
138 }
139
140 @Override
141 public int hashCode() {

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
clearMethod · 0.95
removeInternalMethod · 0.80

Tested by

no test coverage detected