Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
get
Method · 0.95
clear
Method · 0.95
removeInternal
Method · 0.80
Tested by
no test coverage detected