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

Method GetDebugFindOutput

Source/cmake.cxx:4541–4544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4539}
4540
4541bool cmake::GetDebugFindOutput(std::string const& var) const
4542{
4543 return this->DebugFindVars.count(var);
4544}
4545
4546bool cmake::GetDebugFindPkgOutput(std::string const& pkg) const
4547{

Callers 1

Calls 1

countMethod · 0.45

Tested by

no test coverage detected