MCPcopy 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
681bool TClientRequest::IsLocal() const {
682 return HasLocalAddress(Socket());
683}
684
685bool TClientRequest::CheckLoopback() {
686 bool isLocal = false;

Callers

nothing calls this directly

Calls 2

HasLocalAddressFunction · 0.85
SocketFunction · 0.85

Tested by

no test coverage detected