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

Method enabled

app/src/API/Server.cpp:384–387  ·  view source on GitHub ↗

* @brief Checks whether the API server is currently enabled. */

Source from the content-addressed store, hash-verified

382 * @brief Checks whether the API server is currently enabled.
383 */
384bool API::Server::enabled() const noexcept
385{
386 return m_enabled;
387}
388
389/**
390 * @brief Returns whether the server accepts connections from external hosts.

Callers 4

beginSessionMethod · 0.45
refreshAnyAsyncSinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected