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

Method ConfigKey

Source/cmQtAutoGenerator.cxx:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266std::string cmQtAutoGenerator::InfoT::ConfigKey(cm::string_view key) const
267{
268 return cmStrCat(key, '_', this->Gen_.InfoConfig());
269}
270
271bool cmQtAutoGenerator::InfoT::GetString(std::string const& key,
272 std::string& value,

Callers 2

GetStringConfigMethod · 0.95
GetArrayConfigMethod · 0.95

Calls 1

cmStrCatFunction · 0.70

Tested by

no test coverage detected