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

Function HandleHasRootDirectoryCommand

Source/cmCMakePathCommand.cxx:736–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736bool HandleHasRootDirectoryCommand(std::vector<std::string> const& args,
737 cmExecutionStatus& status)
738{
739 return HandleHasItemCommand(
740 args, status,
741 [](cmCMakePath const& path) -> bool { return path.HasRootDirectory(); });
742}
743
744bool HandleHasRootPathCommand(std::vector<std::string> const& args,
745 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

HandleHasItemCommandFunction · 0.85
HasRootDirectoryMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…