| 237 | } |
| 238 | |
| 239 | void cmStateSnapshot::SetDefinition(std::string const& name, |
| 240 | cm::string_view value) |
| 241 | { |
| 242 | this->Position->Vars->Set(name, value); |
| 243 | } |
| 244 | |
| 245 | void cmStateSnapshot::RemoveDefinition(std::string const& name) |
| 246 | { |
no test coverage detected