Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ SetConfigurationDirectory
Method
SetConfigurationDirectory
ProfileManager.cpp:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void ProfileManager::SetConfigurationDirectory(const filesystem::path& directory)
103
{
104
configuration_directory = directory;
105
UpdateProfileList();
106
}
107
108
bool ProfileManager::LoadProfile(std::string profile_name)
109
{
Callers
1
cli_pre_detection
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected