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

Method GetSafeCacheEntryValue

Source/cmState.cxx:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159std::string cmState::GetSafeCacheEntryValue(std::string const& key) const
160{
161 if (cmValue val = this->GetCacheEntryValue(key)) {
162 return *val;
163 }
164 return std::string();
165}
166
167cmValue cmState::GetInitializedCacheValue(std::string const& key) const
168{

Callers 2

DumpEntryMethod · 0.80
do_cmakeFunction · 0.80

Calls 1

GetCacheEntryValueMethod · 0.95

Tested by

no test coverage detected