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

Method IsFound

Source/cmFindBase.cxx:517–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517bool cmFindBase::IsFound() const
518{
519 return this->InitialState == FindState::Found;
520}
521
522bool cmFindBase::IsDefined() const
523{

Callers 5

ParseArgumentsMethod · 0.95
InitialPassMethod · 0.45
InitialPassMethod · 0.45
InitialPassMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected