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

Method Builder

api/src/main/java/io/grpc/Attributes.java:222–225  ·  view source on GitHub ↗
(Attributes base)

Source from the content-addressed store, hash-verified

220 private IdentityHashMap<Key<?>, Object> newdata;
221
222 private Builder(Attributes base) {
223 assert base != null;
224 this.base = base;
225 }
226
227 private IdentityHashMap<Key<?>, Object> data(int size) {
228 if (newdata == null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected