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

Method GetLocale

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

Source from the content-addressed store, hash-verified

208 }
209
210 public static string GetLocale()
211 {
212 var index = _random.Next(0, locales.Length);
213 return locales[index];
214 }
215
216 public static string GetRandomIpAddress()
217 {

Callers 1

Program.csFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected