* @brief Returns whether the gRPC server is currently enabled. */
| 349 | * @brief Returns whether the gRPC server is currently enabled. |
| 350 | */ |
| 351 | bool API::GRPC::GRPCServer::enabled() const noexcept |
| 352 | { |
| 353 | return m_enabled; |
| 354 | } |
| 355 | |
| 356 | /** |
| 357 | * @brief Returns true -- gRPC support was compiled in. |
no outgoing calls
no test coverage detected