MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / LoadProfile

Method LoadProfile

ProfileManager.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool ProfileManager::LoadProfile(std::string profile_name)
109{
110 return(LoadProfileWithOptions(profile_name, false, true));
111}
112
113bool ProfileManager::LoadSizeFromProfile(std::string profile_name)
114{

Callers 4

ListenThreadFunctionMethod · 0.80
OptionProfileFunction · 0.80
on_ProfileSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected