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

Function HandleChmodCommand

Source/cmFileCommand.cxx:4085–4089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4083}
4084
4085bool HandleChmodCommand(std::vector<std::string> const& args,
4086 cmExecutionStatus& status)
4087{
4088 return HandleChmodCommandImpl(args, false, status);
4089}
4090
4091bool HandleChmodRecurseCommand(std::vector<std::string> const& args,
4092 cmExecutionStatus& status)

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…