| 225 | } |
| 226 | |
| 227 | cmValue 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 | |
| 233 | bool cmStateSnapshot::IsInitialized(std::string const& name) const |
| 234 | { |
no test coverage detected