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

Function HandleHasRootPathCommand

Source/cmCMakePathCommand.cxx:744–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744bool HandleHasRootPathCommand(std::vector<std::string> const& args,
745 cmExecutionStatus& status)
746{
747 return HandleHasItemCommand(
748 args, status,
749 [](cmCMakePath const& path) -> bool { return path.HasRootPath(); });
750}
751
752bool HandleHasFilenameCommand(std::vector<std::string> const& args,
753 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

HandleHasItemCommandFunction · 0.85
HasRootPathMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…