| 95 | } |
| 96 | |
| 97 | cripts::string |
| 98 | detail::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 | |
| 106 | cripts::string |
| 107 | detail::ConnBase::Geo::Country() const |
no test coverage detected