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

Method create

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

Factory method for creating instances of Key. @param debugString a string used to describe the key, used for debugging. @param Key type @return Key object

(String debugString)

Source from the content-addressed store, hash-verified

149 * @return Key object
150 */
151 public static <T> Key<T> create(String debugString) {
152 return new Key<>(debugString);
153 }
154 }
155
156 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected