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

Function HandleHasStemCommand

Source/cmCMakePathCommand.cxx:768–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768bool HandleHasStemCommand(std::vector<std::string> const& args,
769 cmExecutionStatus& status)
770{
771 return HandleHasItemCommand(
772 args, status,
773 [](cmCMakePath const& path) -> bool { return path.HasStem(); });
774}
775
776bool HandleHasRelativePartCommand(std::vector<std::string> const& args,
777 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

HandleHasItemCommandFunction · 0.85
HasStemMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…