| 138 | } |
| 139 | |
| 140 | bool cmInstallCommandArguments::GetOptional() const |
| 141 | { |
| 142 | if (this->Optional) { |
| 143 | return true; |
| 144 | } |
| 145 | if (this->GenericArguments) { |
| 146 | return this->GenericArguments->GetOptional(); |
| 147 | } |
| 148 | return false; |
| 149 | } |
| 150 | |
| 151 | bool cmInstallCommandArguments::GetExcludeFromAll() const |
| 152 | { |
no outgoing calls
no test coverage detected