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

Method Key

api/src/main/java/io/grpc/NameResolver.java:719–721  ·  view source on GitHub ↗
(String debugString)

Source from the content-addressed store, hash-verified

717 private final String debugString;
718
719 private Key(String debugString) {
720 this.debugString = debugString;
721 }
722
723 @Override
724 public String toString() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected