Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
775
int64_t
776
ConditionGeo::get_geo_int(const sockaddr * /* addr ATS_UNUSED */) const
777
{
778
TSError(
"[%s] No Geo library available!"
, PLUGIN_NAME);
779
return 0;
780
}
781
782
void
783
ConditionGeo::initialize(Parser &p)
Callers
nothing calls this directly
Calls
1
TSError
Function · 0.70
Tested by
no test coverage detected