MCPcopy
hub / github.com/grpc/grpc-go / newRPCBehaviorPicker

Function newRPCBehaviorPicker

interop/xds/custom_lb.go:135–140  ·  view source on GitHub ↗
(childPicker balancer.Picker, rpcBehavior string)

Source from the content-addressed store, hash-verified

133}
134
135func newRPCBehaviorPicker(childPicker balancer.Picker, rpcBehavior string) *rpcBehaviorPicker {
136 return &rpcBehaviorPicker{
137 childPicker: childPicker,
138 rpcBehavior: rpcBehavior,
139 }
140}

Callers 1

UpdateStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected