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

Function HandleHasParentPathCommand

Source/cmCMakePathCommand.cxx:784–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784bool HandleHasParentPathCommand(std::vector<std::string> const& args,
785 cmExecutionStatus& status)
786{
787 return HandleHasItemCommand(
788 args, status,
789 [](cmCMakePath const& path) -> bool { return path.HasParentPath(); });
790}
791
792bool HandleIsAbsoluteCommand(std::vector<std::string> const& args,
793 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

HandleHasItemCommandFunction · 0.85
HasParentPathMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…