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

Method create

api/src/main/java/io/grpc/NameResolver.java:735–737  ·  view source on GitHub ↗

Creates a new instance of Key. @param debugString a string used to describe the key, used for debugging. @param Key type @return a new instance of Key

(String debugString)

Source from the content-addressed store, hash-verified

733 * @return a new instance of Key
734 */
735 public static <T> Key<T> create(String debugString) {
736 return new Key<>(debugString);
737 }
738 }
739 }
740

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected