MCPcopy Create free account
hub / github.com/aptabase/aptabase / GetLocation

Method GetLocation

tools/DemoDataGenerator/DemoDataSource.cs:192–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 public static int RandomSessionCount() => _random.Next(3, 11);
191
192 public static (string, string, string) GetLocation()
193 {
194 var index = _random.Next(0, locations.Length);
195 return locations[index];
196 }
197
198 public static (string, string, string, string) GetDeviceInfo()
199 {

Callers 1

Program.csFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected