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

Method externalConnections

app/src/API/Server.cpp:392–395  ·  view source on GitHub ↗

* @brief Returns whether the server accepts connections from external hosts. */

Source from the content-addressed store, hash-verified

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

Callers 1

startServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected