MCPcopy Create free account
hub / github.com/catboost/catboost / ~TPooledSocket

Method ~TPooledSocket

library/cpp/coroutine/engine/sockpool.h:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 ~TPooledSocket() {
103 if (UncaughtException() && !!Impl_) {
104 Close();
105 }
106 }
107
108 operator SOCKET() const noexcept {
109 return Impl_->Socket();

Callers

nothing calls this directly

Calls 2

UncaughtExceptionFunction · 0.85
CloseFunction · 0.85

Tested by

no test coverage detected