Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
IsEmpty
Method · 0.95
IsNOTFOUND
Method · 0.95
Tested by
no test coverage detected