| 146 | } |
| 147 | |
| 148 | bool HandleWriteCommand(std::vector<std::string> const& args, |
| 149 | cmExecutionStatus& status) |
| 150 | { |
| 151 | return HandleWriteImpl(args, false, status); |
| 152 | } |
| 153 | |
| 154 | bool HandleAppendCommand(std::vector<std::string> const& args, |
| 155 | cmExecutionStatus& status) |
nothing calls this directly
no test coverage detected
searching dependent graphs…