| 953 | } |
| 954 | |
| 955 | std::string cmCPackDebGenerator::GetComponentInstallDirNameSuffix( |
| 956 | std::string const& componentName) |
| 957 | { |
| 958 | return this->GetSanitizedDirOrFileName( |
| 959 | this->GetComponentInstallSuffix(componentName)); |
| 960 | } |
nothing calls this directly
no test coverage detected