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

Function HandleHasRelativePartCommand

Source/cmCMakePathCommand.cxx:776–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776bool HandleHasRelativePartCommand(std::vector<std::string> const& args,
777 cmExecutionStatus& status)
778{
779 return HandleHasItemCommand(
780 args, status,
781 [](cmCMakePath const& path) -> bool { return path.HasRelativePath(); });
782}
783
784bool HandleHasParentPathCommand(std::vector<std::string> const& args,
785 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

HandleHasItemCommandFunction · 0.85
HasRelativePathMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…