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

Method GetCacheEntryType

Source/cmCacheManager.h:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 cmStateEnums::CacheEntryType GetCacheEntryType(std::string const& key) const
92 {
93 if (auto const* entry = this->GetCacheEntry(key)) {
94 return entry->GetType();
95 }
96 return cmStateEnums::UNINITIALIZED;
97 }
98
99 std::vector<std::string> GetCacheEntryPropertyList(
100 std::string const& key) const

Callers

nothing calls this directly

Calls 2

GetCacheEntryMethod · 0.95
GetTypeMethod · 0.45

Tested by

no test coverage detected