(PickSubchannelArgs args)
| 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() { |
nothing calls this directly
no test coverage detected