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

Method GetCacheEntryPropertyList

Source/cmState.cxx:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198std::vector<std::string> cmState::GetCacheEntryPropertyList(
199 std::string const& key)
200{
201 return this->CacheManager->GetCacheEntryPropertyList(key);
202}
203
204cmValue cmState::GetCacheEntryProperty(std::string const& key,
205 std::string const& propertyName)

Callers 2

CreateMethod · 0.45
DumpEntryPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected