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

Method key

java/dagger/model/Binding.java:33–33  ·  view source on GitHub ↗

The binding's key.

()

Source from the content-addressed store, hash-verified

31public interface Binding {
32 /** The binding's key. */
33 Key key();
34
35 /**
36 * The dependencies of this binding. The order of the dependencies corresponds to the order in

Callers 15

visitGraphMethod · 0.65
dotNodeMethod · 0.65
bindingNodesMethod · 0.65
creationExpressionMethod · 0.65
injectionSitesMethod · 0.65
writeMethod · 0.65
subcomponentNodeMethod · 0.65
frameworkFieldUsagesMethod · 0.65
setFactoryClassNameMethod · 0.65

Calls

no outgoing calls

Tested by 1

visitGraphMethod · 0.52