MCPcopy 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

LLVMFuzzerTestOneInputFunction · 0.80
operator()Method · 0.80
EvaluateMethod · 0.80
HandleRealPathCommandFunction · 0.80
HandleIsRelativeCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected