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

Method GetCacheEntryValue

Source/cmState.cxx:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154cmValue cmState::GetCacheEntryValue(std::string const& key) const
155{
156 return this->CacheManager->GetCacheEntryValue(key);
157}
158
159std::string cmState::GetSafeCacheEntryValue(std::string const& key) const
160{

Callers 15

HandleLevel1Method · 0.45
CreateMethod · 0.45
HandleCacheModeFunction · 0.45
cmMarkAsAdvancedCommandFunction · 0.45
GenerateMethod · 0.45
GenerateBuildCommandMethod · 0.45
InitialPassMethod · 0.45
cmSetCommandFunction · 0.45
GenerateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected