| 4089 | } |
| 4090 | |
| 4091 | bool HandleChmodRecurseCommand(std::vector<std::string> const& args, |
| 4092 | cmExecutionStatus& status) |
| 4093 | { |
| 4094 | return HandleChmodCommandImpl(args, true, status); |
| 4095 | } |
| 4096 | |
| 4097 | } // namespace |
| 4098 |
nothing calls this directly
no test coverage detected
searching dependent graphs…