| 152 | } |
| 153 | |
| 154 | bool HandleAppendCommand(std::vector<std::string> const& args, |
| 155 | cmExecutionStatus& status) |
| 156 | { |
| 157 | return HandleWriteImpl(args, true, status); |
| 158 | } |
| 159 | |
| 160 | bool HandleReadCommand(std::vector<std::string> const& args, |
| 161 | cmExecutionStatus& status) |
nothing calls this directly
no test coverage detected
searching dependent graphs…