Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsLocal
Method
IsLocal
library/cpp/http/server/http.cpp:681–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
679
}
680
681
bool TClientRequest::IsLocal() const {
682
return HasLocalAddress(Socket());
683
}
684
685
bool TClientRequest::CheckLoopback() {
686
bool isLocal = false;
Callers
nothing calls this directly
Calls
2
HasLocalAddress
Function · 0.85
Socket
Function · 0.85
Tested by
no test coverage detected