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

Method IsAbsolute

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

Source from the content-addressed store, hash-verified

607 bool HasExtension() const { return this->Path.has_extension(); }
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

Callers 8

GetNativePathMethod · 0.95
LLVMFuzzerTestOneInputFunction · 0.80
EvaluateMethod · 0.80
SetCacheArgsMethod · 0.80
HandleIsAbsoluteCommandFunction · 0.80
ParseArgumentsMethod · 0.80

Calls

no outgoing calls

Tested by 1

ParseArgumentsMethod · 0.64