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

Method toString

xds/src/test/java/io/grpc/xds/StatefulFilter.java:70–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 @Override
71 public String toString() {
72 StringBuilder sb = new StringBuilder().append("StatefulFilter{")
73 .append("idx=").append(idx);
74 if (lastCfg != null) {
75 sb.append(", name=").append(lastCfg);
76 }
77 return sb.append("}").toString();
78 }
79
80 static final class Provider implements Filter.Provider {
81

Callers 11

fromProtoMethod · 0.45
shouldAcceptMethod · 0.45
shouldAcceptMethod · 0.45
getTargetsMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected