| 31 | public: |
| 32 | explicit HTTPSSession(const std::shared_ptr<HTTPSServer>& server); |
| 33 | HTTPSSession(const HTTPSSession&) = delete; |
| 34 | HTTPSSession(HTTPSSession&&) = delete; |
| 35 | virtual ~HTTPSSession() = default; |
| 36 |
nothing calls this directly
no outgoing calls
no test coverage detected