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

Method ASNName

src/cripts/Geo.cc:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97cripts::string
98detail::ConnBase::Geo::ASNName() const
99{
100 cripts::string ret;
101 ret = get_geo_string(this->_owner->socket(), GEO_QUAL_ASN_NAME);
102
103 return ret; // RVO
104}
105
106cripts::string
107detail::ConnBase::Geo::Country() 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