Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
visitGraph
Method · 0.65
visitGraph
Method · 0.65
write
Method · 0.65
visitGraph
Method · 0.65
dotEdge
Method · 0.65
componentNode
Method · 0.65
componentNodes
Method · 0.65
rootComponentNode
Method · 0.65
Worker
Method · 0.65
reportComponent
Method · 0.65
appendComponentPath
Method · 0.65
Implementers
2
BindingNode
java/dagger/model/BindingGraph.java
ComponentNode
java/dagger/model/BindingGraph.java
Calls
no outgoing calls
Tested by
3
visitGraph
Method · 0.52
visitGraph
Method · 0.52
write
Method · 0.52