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

Method componentPath

java/dagger/model/BindingGraph.java:287–287  ·  view source on GitHub ↗

The component this node belongs to.

()

Source from the content-addressed store, hash-verified

285 public interface Node {
286 /** The component this node belongs to. */
287 ComponentPath componentPath();
288 }
289
290 /**

Callers 11

visitGraphMethod · 0.65
visitGraphMethod · 0.65
writeMethod · 0.65
visitGraphMethod · 0.65
dotEdgeMethod · 0.65
componentNodeMethod · 0.65
componentNodesMethod · 0.65
rootComponentNodeMethod · 0.65
WorkerMethod · 0.65
reportComponentMethod · 0.65
appendComponentPathMethod · 0.65

Implementers 2

BindingNodejava/dagger/model/BindingGraph.java
ComponentNodejava/dagger/model/BindingGraph.java

Calls

no outgoing calls

Tested by 3

visitGraphMethod · 0.52
visitGraphMethod · 0.52
writeMethod · 0.52