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