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

Method HasRootName

Source/cmCMakePath.h:601–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599
600 bool HasRootPath() const { return this->Path.has_root_path(); }
601 bool HasRootName() const { return this->Path.has_root_name(); }
602 bool HasRootDirectory() const { return this->Path.has_root_directory(); }
603 bool HasRelativePath() const { return this->Path.has_relative_path(); }
604 bool HasParentPath() const { return this->Path.has_parent_path(); }

Callers 4

GetNativePathMethod · 0.95
LLVMFuzzerTestOneInputFunction · 0.80
EvaluateMethod · 0.80
HandleHasRootNameCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected