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

Function HandleHasRootNameCommand

Source/cmCMakePathCommand.cxx:728–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728bool HandleHasRootNameCommand(std::vector<std::string> const& args,
729 cmExecutionStatus& status)
730{
731 return HandleHasItemCommand(
732 args, status,
733 [](cmCMakePath const& path) -> bool { return path.HasRootName(); });
734}
735
736bool HandleHasRootDirectoryCommand(std::vector<std::string> const& args,
737 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

HandleHasItemCommandFunction · 0.85
HasRootNameMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…