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

Method picked

grpclb/src/main/java/io/grpc/grpclb/GrpclbState.java:125–128  ·  view source on GitHub ↗
(PickSubchannelArgs args)

Source from the content-addressed store, hash-verified

123 @VisibleForTesting
124 static final RoundRobinEntry BUFFER_ENTRY = new RoundRobinEntry() {
125 @Override
126 public PickResult picked(PickSubchannelArgs args) {
127 return PickResult.withNoResult();
128 }
129
130 @Override
131 public String toString() {

Callers

nothing calls this directly

Calls 1

withNoResultMethod · 0.95

Tested by

no test coverage detected