MCPcopy 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
102void ProfileManager::SetConfigurationDirectory(const filesystem::path& directory)
103{
104 configuration_directory = directory;
105 UpdateProfileList();
106}
107
108bool ProfileManager::LoadProfile(std::string profile_name)
109{

Callers 1

cli_pre_detectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected