MCPcopy Create free account
hub / github.com/apache/trafficserver / Country

Method Country

src/cripts/Geo.cc:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106cripts::string
107detail::ConnBase::Geo::Country() const
108{
109 cripts::string ret;
110 ret = get_geo_string(this->_owner->socket(), GEO_QUAL_COUNTRY);
111
112 return ret; // RVO
113}
114
115cripts::string
116detail::ConnBase::Geo::CountryCode() const

Callers 2

do_send_responseFunction · 0.80
do_send_responseFunction · 0.80

Calls 1

get_geo_stringFunction · 0.85

Tested by

no test coverage detected