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

Method Close

library/cpp/neh/https.cpp:1333–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331 }
1332
1333 void Close(bool shutdown) {
1334 if (shutdown) {
1335 Shutdown();
1336 }
1337 S_->Close();
1338 }
1339
1340 void Handshake() override {
1341 if (!Ssl_) {

Callers 2

operator()Method · 0.45
OnAcceptFullMethod · 0.45

Calls 1

ShutdownFunction · 0.50

Tested by

no test coverage detected