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

Method IsSet

Source/cmValue.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 bool IsSet() const noexcept
97 {
98 return !this->IsEmpty() && !this->IsNOTFOUND();
99 }
100
101 /**
102 * Does a string indicate a true or ON value?

Callers

nothing calls this directly

Calls 2

IsEmptyMethod · 0.95
IsNOTFOUNDMethod · 0.95

Tested by

no test coverage detected