Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void TBaseServerRequestData::SetRemoteAddr(TStringBuf addr) {
39
Addr_.ConstructInPlace(addr.substr(0, INET6_ADDRSTRLEN - 1));
40
}
41
42
TStringBuf TBaseServerRequestData::RemoteAddr() const {
43
if (!Addr_) {
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
1
substr
Method · 0.45
Tested by
no test coverage detected