MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getHighestActiveConnection

Function getHighestActiveConnection

Libraries/Http/HttpConnection.h:625–625  ·  view source on GitHub ↗

@brief Returns only the number of active connections

Source from the content-addressed store, hash-verified

623
624 /// @brief Returns only the number of active connections
625 [[nodiscard]] size_t getHighestActiveConnection() const { return highestActiveConnection; }
626
627 /// @brief Returns a connection by ID
628 [[nodiscard]] HttpConnection& getConnection(HttpConnection::ID connectionID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected