MCPcopy Create free account
hub / github.com/catboost/catboost / Destroy

Method Destroy

library/cpp/neh/https.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165 struct TSslDeleter {
166 static void Destroy(SSL* ssl) {
167 SSL_free(ssl);
168 }
169 };
170 using TSslHolder = THolder<SSL, TSslDeleter>;
171

Callers 13

OnReadSomeMethod · 0.45
Y_UNIT_TESTFunction · 0.45
CreateServicesFunction · 0.45
CreateServicesFunction · 0.45
~TServicesMethod · 0.45
SyncStopForkMethod · 0.45
DoRunMethod · 0.45
SyncShutdownMethod · 0.45
~TImplMethod · 0.45
FixHandledEventsMethod · 0.45
ProcessOpQueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected