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

Method IsInternallyOn

Source/cmValue.h:90–94  ·  view source on GitHub ↗

* Does a string indicates that CMake/CPack/CTest internally * forced this value. This is not the same as On, but this * may be considered as "internally switched on". */

Source from the content-addressed store, hash-verified

88 * may be considered as "internally switched on".
89 */
90 bool IsInternallyOn() const noexcept
91 {
92 return this->Value &&
93 cmValue::IsInternallyOn(cm::string_view(*this->Value));
94 }
95
96 bool IsSet() const noexcept
97 {

Callers 1

cmIsInternallyOnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected