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

Method get_geo_string

plugins/header_rewrite/conditions.cc:768–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768std::string
769ConditionGeo::get_geo_string(const sockaddr * /* addr ATS_UNUSED */) const
770{
771 TSError("[%s] No Geo library available!", PLUGIN_NAME);
772 return "";
773}
774
775int64_t
776ConditionGeo::get_geo_int(const sockaddr * /* addr ATS_UNUSED */) const

Callers

nothing calls this directly

Calls 1

TSErrorFunction · 0.70

Tested by

no test coverage detected