| 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 |
no test coverage detected