Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetType
Method
GetType
Source/cmCacheManager.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
void SetValue(cmValue);
35
36
cmStateEnums::CacheEntryType GetType() const { return this->Type; }
37
void SetType(cmStateEnums::CacheEntryType ty) { this->Type = ty; }
38
39
std::vector<std::string> GetPropertyList() const;
Callers
1
GetCacheEntryType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected