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

Method both

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

Source from the content-addressed store, hash-verified

249
250 /* adjacent OUT/IN nodes (all labels) */
251 @Override
252 public Iterator<Node> both() {
253 return this.get().both();
254 }
255
256 /* adjacent OUT/IN nodes for given labels */
257 @Override

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected