| 318 | } |
| 319 | |
| 320 | void Hd4Block::Project(const std::string& name) { |
| 321 | SetCommonProperty(*this, "project", name); |
| 322 | } |
| 323 | |
| 324 | std::string Hd4Block::Project() const { |
| 325 | return GetCommonProperty<std::string>(*this, "project"); |
nothing calls this directly
no test coverage detected