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

Method equals

java/dagger/internal/codegen/BindingGraph.java:240–241  ·  view source on GitHub ↗
(Object other)

Source from the content-addressed store, hash-verified

238 public abstract int hashCode();
239
240 @Override // Suppresses ErrorProne warning that hashCode was overridden w/o equals
241 public abstract boolean equals(Object other);
242
243 static BindingGraph create(
244 ComponentDescriptor componentDescriptor,

Callers 15

errorMethod · 0.45
writeMethod · 0.45
forBindingTypeMethod · 0.45
getBindingTypeMethod · 0.45
builderMethodsMethod · 0.45
visitBindingMethod · 0.45
subcomponentNodeMethod · 0.45
doubleCheckMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected