MCPcopy 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

getMethod · 0.95

Tested by

no test coverage detected