| 3653 | } |
| 3654 | |
| 3655 | void cmake::MarkCliAsUsed(std::string const& variable) |
| 3656 | { |
| 3657 | this->UsedCliVariables[variable] = true; |
| 3658 | } |
| 3659 | |
| 3660 | void cmake::GenerateGraphViz(std::string const& fileName) const |
| 3661 | { |
no outgoing calls
no test coverage detected