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

Method GetDefinition

Source/cmStateSnapshot.cxx:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227cmValue cmStateSnapshot::GetDefinition(std::string const& name) const
228{
229 assert(this->Position->Vars.IsValid());
230 return cmDefinitions::Get(name, this->Position->Vars, this->Position->Root);
231}
232
233bool cmStateSnapshot::IsInitialized(std::string const& name) const
234{

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected