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

Method HasRootPath

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

Source from the content-addressed store, hash-verified

598 bool IsEmpty() const noexcept { return this->Path.empty(); }
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(); }

Callers 3

LLVMFuzzerTestOneInputFunction · 0.80
EvaluateMethod · 0.80
HandleHasRootPathCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected