MCPcopy Index your code
hub / github.com/google/dagger / incidentEdges

Method incidentEdges

java/dagger/model/ForwardingNetwork.java:99–102  ·  view source on GitHub ↗
(N node)

Source from the content-addressed store, hash-verified

97 }
98
99 @Override
100 public Set<E> incidentEdges(N node) {
101 return delegate().incidentEdges(node);
102 }
103
104 @Override
105 public Set<E> inEdges(N node) {

Callers

nothing calls this directly

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected