MCPcopy Create free account
hub / github.com/VCVRack/Rack / destroy

Function destroy

src/network.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79void destroy() {
80 curl_global_cleanup();
81 // Don't destroy OpenSSL because it's not designed to be reinitialized.
82 // OPENSSL_cleanup();
83}
84
85
86json_t* requestJson(Method method, const std::string& url, json_t* dataJ, const CookieMap& cookies) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected