MCPcopy Create free account
hub / github.com/chronoxor/CppServer / ~HTTPSSession

Method ~HTTPSSession

include/server/http/https_session.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 HTTPSSession(const HTTPSSession&) = delete;
34 HTTPSSession(HTTPSSession&&) = delete;
35 virtual ~HTTPSSession() = default;
36
37 HTTPSSession& operator=(const HTTPSSession&) = delete;
38 HTTPSSession& operator=(HTTPSSession&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected