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

Function HandleTouchCommand

Source/cmFileCommand.cxx:948–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946}
947
948bool HandleTouchCommand(std::vector<std::string> const& args,
949 cmExecutionStatus& status)
950{
951 return HandleTouchImpl(args, true, status);
952}
953
954bool HandleTouchNocreateCommand(std::vector<std::string> const& args,
955 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…