@brief Returns only the number of active connections
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected