func google.golang.org/grpc/internal/status.IsRestrictedControlPlaneCode

5 uses

	google.golang.org/grpc/internal/status (current package)
		status.go#L170: func IsRestrictedControlPlaneCode(s *Status) bool {

	google.golang.org/grpc/internal/transport
		http2_client.go#L634: 				if istatus.IsRestrictedControlPlaneCode(st) {
		http2_client.go#L667: 				if istatus.IsRestrictedControlPlaneCode(st) {

	google.golang.org/grpc
		picker_wrapper.go#L141: 				if istatus.IsRestrictedControlPlaneCode(st) {
		stream.go#L201: 			if istatus.IsRestrictedControlPlaneCode(st) {