* @brief Returns whether the server accepts connections from external hosts. */
| 390 | * @brief Returns whether the server accepts connections from external hosts. |
| 391 | */ |
| 392 | bool API::Server::externalConnections() const noexcept |
| 393 | { |
| 394 | return m_externalConnections; |
| 395 | } |
| 396 | |
| 397 | /** |
| 398 | * @brief Gets the number of currently connected API clients. |