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

Method SetValue

Source/cmCacheManager.cxx:552–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552void cmCacheManager::CacheEntry::SetValue(cmValue value)
553{
554 if (value) {
555 this->Value = *value;
556 this->Initialized = true;
557 } else {
558 this->Value.clear();
559 }
560}
561
562std::vector<std::string> cmCacheManager::CacheEntry::GetPropertyList() const
563{

Callers 5

testConstructorsFunction · 0.45
CreateIfAnyMethod · 0.45
CreateMethod · 0.45
AddCacheEntryMethod · 0.45
SetCacheEntryValueMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

testConstructorsFunction · 0.36