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

Method SetRemoteAddr

library/cpp/http/misc/httpreqdata.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void TBaseServerRequestData::SetRemoteAddr(TStringBuf addr) {
39 Addr_.ConstructInPlace(addr.substr(0, INET6_ADDRSTRLEN - 1));
40}
41
42TStringBuf TBaseServerRequestData::RemoteAddr() const {
43 if (!Addr_) {

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

substrMethod · 0.45

Tested by

no test coverage detected