| 49 | std::string const& GetName() const { return this->Name; } |
| 50 | std::string const& GetType() const { return this->Type; } |
| 51 | cmFileSetVisibility GetVisibility() const { return this->Visibility; } |
| 52 | |
| 53 | cmMakefile* GetMakefile() const { return this->Makefile; } |
| 54 |
no outgoing calls
no test coverage detected