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

Function OptionSaveProfile

cli.cpp:835–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835bool OptionSaveProfile(std::string argument)
836{
837 /*---------------------------------------------------------*\
838 | Set save profile filename |
839 \*---------------------------------------------------------*/
840 profile_save_filename = argument;
841 return(true);
842}
843
844int ProcessOptions(int argc, char* argv[], Options* options, std::vector<RGBController *>& rgb_controllers)
845{

Callers 1

ProcessOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected