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

Method IsNOTFOUND

Source/cmValue.h:76–79  ·  view source on GitHub ↗

Return true if value is NOTFOUND or ends in -NOTFOUND. */

Source from the content-addressed store, hash-verified

74 }
75 /** Return true if value is NOTFOUND or ends in -NOTFOUND. */
76 bool IsNOTFOUND() const noexcept
77 {
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();

Callers 2

IsSetMethod · 0.95
cmIsNOTFOUNDFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected