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