1
#pragma once
2

            
3
namespace Envoy {
4
namespace Server {
5

            
6
// This function validates that the method descriptors for gRPC services and type descriptors that
7
// are referenced in Any messages are available in the descriptor pool.
8
void validateProtoDescriptors();
9
} // namespace Server
10
} // namespace Envoy