MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / GetInstallGUID

Method GetInstallGUID

src/config.cpp:309–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309QString Config::GetInstallGUID()
310{
311 auto obs_config = GetAppConfig();
312 if (obs_config) {
313 return config_get_string(obs_config, "General", "InstallGUID");
314 }
315 return 0;
316}
317
318bool Config::AutoCheckForUpdates()
319{

Callers 1

updateCheckStartFunction · 0.80

Calls 1

GetAppConfigFunction · 0.85

Tested by

no test coverage detected