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

Method build

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

Build the attributes.

()

Source from the content-addressed store, hash-verified

266 * Build the attributes.
267 */
268 public Attributes build() {
269 if (newdata != null) {
270 base = new Attributes(newdata);
271 newdata = null;
272 }
273 return base;
274 }
275 }
276}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected