MCPcopy Create free account
hub / github.com/grpc/grpc-java / toBuilder

Method toBuilder

api/src/main/java/io/grpc/Attributes.java:108–110  ·  view source on GitHub ↗

Creates a new builder that is pre-populated with the content of this container. @return a new builder.

()

Source from the content-addressed store, hash-verified

106 * @return a new builder.
107 */
108 public Builder toBuilder() {
109 return new Builder(this);
110 }
111
112 /**
113 * Key for an key-value pair. Uses reference equality.

Callers 12

onResult2Method · 0.95
updateServerListMethod · 0.95
unknownDataExchangeMethod · 0.95
nonCsmServerMethod · 0.95
nonCsmClientMethod · 0.95
k8sExchangeMethod · 0.95
gceExchangeMethod · 0.95
trailersOnlyMethod · 0.95
chainMethod · 0.95

Calls

no outgoing calls

Tested by 8

unknownDataExchangeMethod · 0.76
nonCsmServerMethod · 0.76
nonCsmClientMethod · 0.76
k8sExchangeMethod · 0.76
gceExchangeMethod · 0.76
trailersOnlyMethod · 0.76