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

Method clientCount

app/src/API/Server.cpp:400–403  ·  view source on GitHub ↗

* @brief Gets the number of currently connected API clients. */

Source from the content-addressed store, hash-verified

398 * @brief Gets the number of currently connected API clients.
399 */
400int API::Server::clientCount() const noexcept
401{
402 return m_clientCount;
403}
404
405/**
406 * @brief Disconnects a client socket from the server.

Callers 1

refreshAnyAsyncSinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected