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

Method get_geo_int

plugins/header_rewrite/conditions.cc:775–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775int64_t
776ConditionGeo::get_geo_int(const sockaddr * /* addr ATS_UNUSED */) const
777{
778 TSError("[%s] No Geo library available!", PLUGIN_NAME);
779 return 0;
780}
781
782void
783ConditionGeo::initialize(Parser &p)

Callers

nothing calls this directly

Calls 1

TSErrorFunction · 0.70

Tested by

no test coverage detected