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

Method toString

api/src/main/java/io/grpc/ServiceDescriptor.java:208–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 }
207
208 @Override
209 public String toString() {
210 return MoreObjects.toStringHelper(this)
211 .add("name", name)
212 .add("schemaDescriptor", schemaDescriptor)
213 .add("methods", methods)
214 .omitNullValues()
215 .toString();
216 }
217}

Callers 1

toStringTestMethod · 0.95

Calls 1

addMethod · 0.65

Tested by 1

toStringTestMethod · 0.76