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

Method GetRootName

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

Decomposition

Source from the content-addressed store, hash-verified

482
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(); }

Callers 3

LLVMFuzzerTestOneInputFunction · 0.80
EvaluateMethod · 0.80
HandleGetCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected