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

Method ~HTTPSClient

include/server/http/https_client.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 HTTPSClient(const HTTPSClient&) = delete;
37 HTTPSClient(HTTPSClient&&) = delete;
38 virtual ~HTTPSClient() = default;
39
40 HTTPSClient& operator=(const HTTPSClient&) = delete;
41 HTTPSClient& operator=(HTTPSClient&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected