Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptabase/aptabase
/ GetClientLocation
Method
GetClientLocation
src/Features/GeoIP/IGeoIPClient.cs:28–28 ·
view source on GitHub ↗
(HttpContext httpContext)
Source
from the content-addressed store, hash-verified
26
public abstract class GeoIPClient
27
{
28
public abstract GeoLocation GetClientLocation(HttpContext httpContext);
29
30
private readonly Dictionary<string, Dictionary<string, Coordinates>> _coordinates;
31
Callers
2
Single
Method · 0.45
Multiple
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected