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

Method Destroy

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

Source from the content-addressed store, hash-verified

23 }
24
25 static void Destroy(TImpl* impl) noexcept {
26 impl->DoDestroy();
27 }
28
29 void DoDestroy() noexcept {
30 if (!Closed() && IsKeepAlive() && IsInGoodState()) {

Callers 2

EraseMethod · 0.45
StopMethod · 0.45

Calls 1

DoDestroyMethod · 0.45

Tested by

no test coverage detected