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

Method SetConnection

library/cpp/neh/tcp2.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 void SetConnection(TConnection* conn) noexcept {
472 auto g = Guard(AL_);
473 Conn_ = conn;
474 }
475
476 bool Canceled() const noexcept {
477 return Canceled_;

Callers 1

RunMethod · 0.80

Calls 1

GuardFunction · 0.85

Tested by

no test coverage detected