Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptabase/aptabase
/ GetAppInfo
Method
GetAppInfo
tools/DemoDataGenerator/DemoDataSource.cs:204–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
}
203
204
public static (string, string, string) GetAppInfo()
205
{
206
var index = _random.Next(0, appVersions.Length);
207
return appVersions[index];
208
}
209
210
public static string GetLocale()
211
{
Callers
1
Program.cs
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected