MCPcopy Create free account
hub / github.com/Kitware/CMake / HandleChmodRecurseCommand

Function HandleChmodRecurseCommand

Source/cmFileCommand.cxx:4091–4095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4089}
4090
4091bool HandleChmodRecurseCommand(std::vector<std::string> const& args,
4092 cmExecutionStatus& status)
4093{
4094 return HandleChmodCommandImpl(args, true, status);
4095}
4096
4097} // namespace
4098

Callers

nothing calls this directly

Calls 1

HandleChmodCommandImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…