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

Method Close

library/cpp/neh/http2.cpp:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 }
585
586 void Close() noexcept {
587 try {
588 Cancel();
589 } catch (...) {
590 }
591 }
592
593 void DetachRequest() noexcept {
594 ReleaseRequest();

Callers 10

ScheduleDeleteMethod · 0.45
ResetMethod · 0.45
ReadMethod · 0.45
PutMethod · 0.45
OnConnectMethod · 0.45
OnConnectFailedMethod · 0.45
FinalizeConnFunction · 0.45
Y_UNIT_TESTFunction · 0.45
ClearMethod · 0.45
PurgeMethod · 0.45

Calls 1

CancelFunction · 0.50

Tested by

no test coverage detected