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

Method HasRelativePath

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

Source from the content-addressed store, hash-verified

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(); }
605 bool HasFileName() const { return this->Path.has_filename(); }
606 bool HasStem() const { return this->Path.has_stem(); }

Callers 4

LLVMFuzzerTestOneInputFunction · 0.80
GenerateFilesStringMethod · 0.80
EvaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected