Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RecvContinuationPacket
Method · 0.45
OnReadSome
Method · 0.45
Y_UNIT_TEST
Function · 0.45
CreateServices
Function · 0.45
CreateServices
Function · 0.45
~TServices
Method · 0.45
SyncStopFork
Method · 0.45
DoRun
Method · 0.45
SyncShutdown
Method · 0.45
~TImpl
Method · 0.45
FixHandledEvents
Method · 0.45
ProcessOpQueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected