Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ShiftLeftSecurity/overflowdb
/ in
Method
in
core/src/main/java/overflowdb/NodeRef.java:239–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
238
/* adjacent IN nodes (all labels) */
239
@Override
240
public
Iterator<Node> in() {
241
return
this.get().in();
242
}
243
244
/* adjacent IN nodes
for
given labels */
245
@Override
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected