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

Method toBuilder

java/dagger/model/Key.java:87–87  ·  view source on GitHub ↗

Returns a Builder that inherits the properties of this key.

()

Source from the content-addressed store, hash-verified

85
86 /** Returns a {@link Builder} that inherits the properties of this key. */
87 public abstract Builder toBuilder();
88
89 @Memoized
90 @Override

Callers 2

visitMethodDefMethod · 0.95
forBindingMethodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected