| 100 | ) |
| 101 | |
| 102 | type pickfirstBuilder struct{} |
| 103 | |
| 104 | func (pickfirstBuilder) Build(cc balancer.ClientConn, bo balancer.BuildOptions) balancer.Balancer { |
| 105 | b := &pickfirstBalancer{ |
nothing calls this directly
no outgoing calls
no test coverage detected