| 86 | |
| 87 | |
| 88 | std::vector<std::string> Property::getDependentProperties() const { |
| 89 | return dependent_properties_; |
| 90 | } |
| 91 | |
| 92 | std::vector<std::pair<std::string, std::string>> Property::getExclusiveOfProperties() const { |
| 93 | return exclusive_of_properties_; |
no outgoing calls
no test coverage detected