| 116 | std::string const& GetId() const { return this->Id; } |
| 117 | void SetId(std::string const& id) { this->Id = id; } |
| 118 | cmGeneratorTarget* GetTarget() const { return this->Target; } |
| 119 | void SetTarget(cmGeneratorTarget* t) { this->Target = t; } |
| 120 | std::string const& GetComment() const { return this->Comment; } |
| 121 | bool HasComment() const { return (!this->Comment.empty()); } |
no outgoing calls
no test coverage detected