Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetRelativePath
Method
GetRelativePath
Source/cmCMakePath.h:493–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
cmCMakePath GetNarrowStem() const;
492
493
cmCMakePath GetRelativePath() const { return this->Path.relative_path(); }
494
cmCMakePath GetParentPath() const { return this->Path.parent_path(); }
495
496
// Generation
Callers
5
testVisualStudioSlnParser
Function · 0.45
LLVMFuzzerTestOneInput
Function · 0.45
GenerateBuildCommand
Method · 0.45
Evaluate
Method · 0.45
HandleGetCommand
Function · 0.45
Calls
no outgoing calls
Tested by
1
testVisualStudioSlnParser
Function · 0.36