| 275 | } |
| 276 | |
| 277 | unsigned int cmCustomCommandGenerator::GetNumberOfCommands() const |
| 278 | { |
| 279 | return static_cast<unsigned int>(this->CommandLines.size()); |
| 280 | } |
| 281 | |
| 282 | void cmCustomCommandGenerator::FillEmulatorsWithArguments() |
| 283 | { |
no test coverage detected