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

Method IsEmpty

Source/cmValue.h:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return this->Value && cmValue::IsNOTFOUND(cm::string_view(*this->Value));
79 }
80 bool IsEmpty() const noexcept
81 {
82 return !this->Value || this->Value->empty();
83 }
84
85 /**
86 * Does a string indicates that CMake/CPack/CTest internally

Callers 2

IsSetMethod · 0.95
cmNonemptyFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected