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

Function HandleTouchNocreateCommand

Source/cmFileCommand.cxx:954–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954bool HandleTouchNocreateCommand(std::vector<std::string> const& args,
955 cmExecutionStatus& status)
956{
957 return HandleTouchImpl(args, false, status);
958}
959
960bool HandleDifferentCommand(std::vector<std::string> const& args,
961 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 1

HandleTouchImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…