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

Function IsLocal

library/cpp/netliba/v6/udp_http.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 bool IsLocal(const TUdpAddress& addr) {
43 InitLocalIPList();
44 return IsLocalFast(addr);
45 }
46
47 TUdpHttpRequest::~TUdpHttpRequest() {
48 }

Callers 1

CheckLoopbackMethod · 0.50

Calls 2

InitLocalIPListFunction · 0.85
IsLocalFastFunction · 0.85

Tested by

no test coverage detected