MCPcopy 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
830std::string cmState::GetRoleString() const
831{
832 return RoleToString(this->StateRole);
833}
834
835std::string cmState::RoleToString(cmState::Role mode)
836{

Callers 1

GetGlobalPropertyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected