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

Method GetParentPath

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

Source from the content-addressed store, hash-verified

492
493 cmCMakePath GetRelativePath() const { return this->Path.relative_path(); }
494 cmCMakePath GetParentPath() const { return this->Path.parent_path(); }
495
496 // Generation
497 cmCMakePath Normal() const

Callers 5

LLVMFuzzerTestOneInputFunction · 0.80
ClearDependenciesMethod · 0.80
GenerateFilesStringMethod · 0.80
EvaluateMethod · 0.80
HandleGetCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected