MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / enabled

Method enabled

app/src/API/GRPC/GRPCServer.cpp:351–354  ·  view source on GitHub ↗

* @brief Returns whether the gRPC server is currently enabled. */

Source from the content-addressed store, hash-verified

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

Callers 3

publisherGetConfigMethod · 0.45
publisherGetStatusMethod · 0.45
GRPCServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected