| 34 | HTTPSServer(const HTTPSServer&) = delete; |
| 35 | HTTPSServer(HTTPSServer&&) = delete; |
| 36 | virtual ~HTTPSServer() = default; |
| 37 | |
| 38 | HTTPSServer& operator=(const HTTPSServer&) = delete; |
| 39 | HTTPSServer& operator=(HTTPSServer&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected