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

Method GetRootDirectory

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

Source from the content-addressed store, hash-verified

483 // Decomposition
484 cmCMakePath GetRootName() const { return this->Path.root_name(); }
485 cmCMakePath GetRootDirectory() const { return this->Path.root_directory(); }
486 cmCMakePath GetRootPath() const { return this->Path.root_path(); }
487 cmCMakePath GetFileName() const { return this->Path.filename(); }
488 cmCMakePath GetExtension() const { return this->Path.extension(); }

Callers 3

LLVMFuzzerTestOneInputFunction · 0.80
EvaluateMethod · 0.80
HandleGetCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected