Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsRelative
Method
IsRelative
Source/cmCMakePath.h:610–610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
608
609
bool IsAbsolute() const { return this->Path.is_absolute(); }
610
bool IsRelative() const { return this->Path.is_relative(); }
611
bool IsPrefix(cmCMakePath const& path) const;
612
613
// Iterators
Callers
5
LLVMFuzzerTestOneInput
Function · 0.80
operator()
Method · 0.80
Evaluate
Method · 0.80
HandleRealPathCommand
Function · 0.80
HandleIsRelativeCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected