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

Method Info

util/network/socket.cpp:1094–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092TNetworkAddress::~TNetworkAddress() = default;
1093
1094struct addrinfo* TNetworkAddress::Info() const noexcept {
1095 return Impl_->Info();
1096}
1097
1098TNetworkResolutionError::TNetworkResolutionError(int error) {
1099 const char* errMsg = nullptr;

Callers 1

TSocketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected