MCPcopy Create free account
hub / github.com/Kitware/CMake / Set

Method Set

Source/cmQtAutoGenInitializer.cxx:184–187  ·  view source on GitHub ↗

-- Single value

Source from the content-addressed store, hash-verified

182public:
183 // -- Single value
184 void Set(std::string const& key, std::string const& value)
185 {
186 this->Value_[key] = value;
187 }
188 void SetConfig(std::string const& key,
189 cmQtAutoGenInitializer::ConfigString const& cfgStr);
190 void SetBool(std::string const& key, bool value)

Callers 3

SetConfigMethod · 0.95
SetupWriteAutogenInfoMethod · 0.45
SetupWriteRccInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected