Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetRoleString
Method
GetRoleString
Source/cmState.cxx:830–833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
828
}
829
830
std::string cmState::GetRoleString() const
831
{
832
return RoleToString(this->StateRole);
833
}
834
835
std::string cmState::RoleToString(cmState::Role mode)
836
{
Callers
1
GetGlobalProperty
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected